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 49bbf42 commit fb235e1Copy full SHA for fb235e1
frontend/apps/marketing/Dockerfile
@@ -85,7 +85,7 @@ USER nextjs
85
86
# Automatically leverage output traces to reduce image size
87
# https://nextjs.org/docs/advanced-features/output-file-tracing
88
-COPY --link --from=builder --chown=nextjs:nodejs /app/apps/marketing/.next/standalone ./
89
-COPY --link --from=builder --chown=nextjs:nodejs /app/apps/marketing/.next/static ./apps/marketing/.next/static
+COPY --link --from=builder --chown=1001:1001 /app/apps/marketing/.next/standalone ./
+COPY --link --from=builder --chown=1001:1001 /app/apps/marketing/.next/static ./apps/marketing/.next/static
90
91
CMD ["node", "apps/marketing/server.js"]
0 commit comments