We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5b5fb commit 3e2b6d9Copy full SHA for 3e2b6d9
Dockerfile
@@ -21,7 +21,6 @@ FROM builder AS runner
21
# Set the working directory
22
WORKDIR /app
23
COPY --from=builder /app/public ./public
24
-COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
25
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
26
27
# Expose the application port
0 commit comments