diff --git a/Dockerfile b/Dockerfile index 8ac286e..fa56e14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN adduser --system --uid 1001 nextjs # You only need to copy next.config.js if you are NOT using the default configuration COPY --from=builder /app/.env ./ COPY --from=builder /app/next.config.mjs ./ -# COPY --from=builder /app/public ./public +COPY --from=builder /app/public ./public # COPY --from=builder /app/package.json ./package.json # Automatically leverage output traces to reduce image size