diff --git a/Dockerfile b/Dockerfile index 3be52c07..e64c5096 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,6 @@ COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/package.json ./package.json # Automatically leverage output traces to reduce image size -# https://nextjs.org/docs/advanced-features/output-file-tracing COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static USER nextjs