Skip to content

Commit 64c2d63

Browse files
authored
Merge pull request #9 from blockcoders/fix-production-language-routes
fix language routes build
2 parents 804e7dd + f57ca62 commit 64c2d63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ COPY package.json ./
3333
COPY --from=builder /usr/src/app/node_modules ./node_modules
3434
COPY --from=builder /usr/src/app/.next ./.next
3535
COPY --from=builder /usr/src/app/public ./public
36+
COPY --from=builder /usr/src/app/next.config.js ./next.config.js
3637

3738
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
3839
ENV PATH=$PATH:/home/node/.npm-global/bin
3940

40-
CMD [ "npm", "run", "start:prod" ]
41+
CMD [ "npm", "run", "start:prod" ]

0 commit comments

Comments
 (0)