diff --git a/Dockerfile b/Dockerfile index 7274fe3..ee0118e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,7 @@ RUN adduser --system --uid 1001 nextjs COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static +COPY --from=builder --chown=nextjs:nodejs /app/public ./public USER nextjs