Skip to content

Commit 3e2b6d9

Browse files
authored
Update Dockerfile
1 parent 5e5b5fb commit 3e2b6d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ FROM builder AS runner
2121
# Set the working directory
2222
WORKDIR /app
2323
COPY --from=builder /app/public ./public
24-
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
2524
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
2625

2726
# Expose the application port

0 commit comments

Comments
 (0)