correct docker file

This commit is contained in:
CHIEFSOFT\ameye
2024-08-17 22:40:15 -04:00
parent 6c213fe6f8
commit 8a75eb4970
+2 -2
View File
@@ -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"]