correct docker file
This commit is contained in:
+2
-2
@@ -135,9 +135,9 @@ COPY . /app
|
||||
|
||||
# start app
|
||||
#CMD ["serve", "-s", "build"]
|
||||
CMD ["npm", "run", "dev"]
|
||||
#CMD ["npm", "run", "dev"]
|
||||
|
||||
#RUN npm run build
|
||||
#CMD ["npm", "run", "start"]
|
||||
# CMD ["sh", "-c", "next build && next start"]
|
||||
CMD ["sh", "-c", "next build && next start"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user