Skip to content

Commit

Permalink
fix: copy to .next instead of next
Browse files Browse the repository at this point in the history
  • Loading branch information
mnindrazaka committed Jul 31, 2024
1 parent 910ac54 commit 2c531b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ RUN npx nx run web:build

FROM node:22-alpine
WORKDIR /app
COPY --from=build /app/apps/web/.next ./next
COPY --from=build /app/apps/web/.next ./.next
COPY --from=build /app/node_modules ./node_modules
CMD ["npx", "next", "start"]

0 comments on commit 2c531b4

Please sign in to comment.