NPM start added

This commit is contained in:
2023-01-23 21:32:10 -05:00
parent 61da605aa9
commit 795933e80b
+6 -1
View File
@@ -100,10 +100,15 @@ RUN npm install react-router-dom --save
COPY . ./
# start app
#CMD ["npm","run", "build"]
CMD ["npm","run", "start"]
#CMD ["npm","run", "start"]
#CMD ["npm","run", "dev"]
#COPY --from=build-target /usr/src/app/node_modules node_modules
#COPY --from=build-target /usr/src/app/.next .next
#CMD ["next", "start"]
#CMD ["next", "start"]