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 6697227 commit 5defe61Copy full SHA for 5defe61
1 file changed
pwa/Dockerfile
@@ -115,9 +115,9 @@ COPY --from=builder --link /srv/app/public ./public
115
116
# Automatically leverage output traces to reduce image size
117
# https://nextjs.org/docs/advanced-features/output-file-tracing
118
-COPY --from=builder --link --chown=nextjs:nodejs /srv/app/.next/standalone ./
119
-COPY --from=builder --link --chown=nextjs:nodejs /srv/app/public/* ./public/
120
-COPY --from=builder --link --chown=nextjs:nodejs /srv/app/.next/static ./.next/static
+COPY --from=builder --link --chown=1001 /srv/app/.next/standalone ./
+COPY --from=builder --link --chown=1001 /srv/app/public/* ./public/
+COPY --from=builder --link --chown=1001 /srv/app/.next/static ./.next/static
121
122
USER nextjs
123
0 commit comments