diff --git a/Dockerfile b/Dockerfile index 9e82b37..a0235c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static # Copy the public folder -COPY --from=builder --chown=nextjs:nodejs /app/public ./public +COPY --chown=nextjs:nodejs /app/public ./public USER nextjs