diff --git a/docker/Dockerfile b/docker/Dockerfile index 0124559..845ca98 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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"]