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 e6eb5f2 commit a2b3ed4Copy full SHA for a2b3ed4
frontend/Dockerfile
@@ -32,7 +32,6 @@ USER nextjs
32
# Copy built assets from builder stage
33
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
34
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
35
-COPY --from=builder --chown=nextjs:nodejs /app/public ./public
36
37
EXPOSE 3000
38
0 commit comments