Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Aug 23, 2024
1 parent 3ec2f07 commit 5c9abc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV NODE_ENV production

COPY --from=builder /app/node_modules/ ./node_modules
# TODO look into standalone output builds
COPY --from=builder /app/packages/web/next.config.cjs ./packages/web/
COPY --from=builder /app/packages/web/next.config.ts ./packages/web/
COPY --from=builder /app/packages/web/.next/ ./packages/web/.next/
COPY --from=builder /app/packages/web/public/ ./packages/web/public/
COPY --from=builder /app/packages/web/build/ ./packages/web/build/
Expand Down

0 comments on commit 5c9abc9

Please sign in to comment.