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 4f72635 commit e3d5b77Copy full SHA for e3d5b77
1 file changed
pwa/Dockerfile
@@ -119,9 +119,9 @@ COPY --from=builder --link /srv/app/.next/standalone ./
119
COPY --from=builder --link /srv/app/public/* ./public/
120
COPY --from=builder --link /srv/app/.next/static ./.next/static
121
122
-RUN chown -R 1001:1001 ./
123
-RUN chown -R 1001:1001 ./public/
124
-RUN chown -R 1001:1001 ./.next/static
+RUN chown -R nextjs:nodejs ./
+RUN chown -R nextjs:nodejs ./public/
+RUN chown -R nextjs:nodejs ./.next/static
125
126
USER nextjs
127
0 commit comments