From 75bcf35aced0b029adec50cc382830bbe3d32361 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Wed, 26 Oct 2022 13:15:00 +0100 Subject: [PATCH] pls work --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4a5bb3..a543d6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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