From 3dceee0162accbd65d140ff6a3e874694e081bf5 Mon Sep 17 00:00:00 2001 From: Pierre Beauguitte Date: Mon, 14 Oct 2024 13:55:01 +0200 Subject: [PATCH] Remove command for public folder --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a0ef806..18c1488 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,8 +31,6 @@ ENV NEXT_TELEMETRY_DISABLED 1 RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs -COPY --from=builder /app/public ./public - RUN mkdir .next RUN chown nextjs:nodejs .next