Skip to content

Commit

Permalink
build: fix dockerfile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pawan-live committed Dec 21, 2024
1 parent fdb671a commit 8bbf0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM node:20-alpine as runner
WORKDIR /app

# Copy the built app from the builder
COPY --from=builder /app/next.config.js ./
COPY --from=builder /app/next.config.ts ./
COPY --from=builder /app/.next ./.next
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/public ./public
Expand Down

0 comments on commit 8bbf0c7

Please sign in to comment.