From d45e678c9cebe9ff46530c151fe474c36c789618 Mon Sep 17 00:00:00 2001 From: Puechberty Arthur Date: Thu, 11 Jun 2026 13:58:21 +0200 Subject: [PATCH] fix Dockerfile error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79184ea..4e7c051 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /app ENV NODE_ENV=production # Standalone output -COPY --from=builder /app/public ./public +# COPY --from=builder /app/public ./public COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/static ./.next/static