We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 804e7dd + f57ca62 commit 64c2d63Copy full SHA for 64c2d63
Dockerfile
@@ -33,8 +33,9 @@ COPY package.json ./
33
COPY --from=builder /usr/src/app/node_modules ./node_modules
34
COPY --from=builder /usr/src/app/.next ./.next
35
COPY --from=builder /usr/src/app/public ./public
36
+COPY --from=builder /usr/src/app/next.config.js ./next.config.js
37
38
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
39
ENV PATH=$PATH:/home/node/.npm-global/bin
40
-CMD [ "npm", "run", "start:prod" ]
41
+CMD [ "npm", "run", "start:prod" ]
0 commit comments