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 4b4983b commit af5066bCopy full SHA for af5066b
pwa/Dockerfile
@@ -59,6 +59,8 @@ ENV NODE_ENV production
59
RUN addgroup --system --gid 1001 nodejs
60
RUN adduser --system --uid 1001 nextjs
61
62
+COPY --from=builder --link /srv/app/public ./public
63
+
64
# Automatically leverage output traces to reduce image size
65
# https://nextjs.org/docs/advanced-features/output-file-tracing
66
COPY --from=builder --link --chown=nextjs:nodejs /srv/app/.next/standalone ./
0 commit comments