@@ -7,4 +7,4 @@ COPY . /app
RUN cnpm install
#RUN npm run build
-CMD [ "npm run build && npm start" ]
+CMD [ "run.sh" ]
@@ -0,0 +1,2 @@
+npm run build
+npm start