@@ -5,6 +5,6 @@ WORKDIR /app
COPY . /app
RUN cnpm install
-RUN npm run build
+#RUN npm run build
-CMD [ "npm", "start" ]
+CMD [ "npm run build && npm start" ]