This commit is contained in:
Liam 2022-10-26 13:15:00 +01:00
parent 622d9fb6e8
commit 75bcf35ace

@ -44,7 +44,7 @@ RUN adduser --system --uid 1001 nextjs
COPY --from=builder /app/public ./public
# Allow the server to see the environment variables
COPY --from=builder /app/.env.pruduction ./.env.pruduction
COPY --from=builder .env.pruduction /app/.env.pruduction
# Automatically leverage output traces to reduce image size
# https://nextjs.org/docs/advanced-features/output-file-tracing