NPM start added
This commit is contained in:
+6
-1
@@ -100,10 +100,15 @@ RUN npm install react-router-dom --save
|
|||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
# start app
|
# start app
|
||||||
|
|
||||||
|
#CMD ["npm","run", "build"]
|
||||||
|
|
||||||
|
CMD ["npm","run", "start"]
|
||||||
|
|
||||||
#CMD ["npm","run", "start"]
|
#CMD ["npm","run", "start"]
|
||||||
|
|
||||||
#CMD ["npm","run", "dev"]
|
#CMD ["npm","run", "dev"]
|
||||||
#COPY --from=build-target /usr/src/app/node_modules node_modules
|
#COPY --from=build-target /usr/src/app/node_modules node_modules
|
||||||
#COPY --from=build-target /usr/src/app/.next .next
|
#COPY --from=build-target /usr/src/app/.next .next
|
||||||
|
|
||||||
#CMD ["next", "start"]
|
#CMD ["next", "start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user