From 5179e0117073dbeb920fb383850f18c7256b7304 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 23 Apr 2024 03:27:09 +0100 Subject: [PATCH] fix --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a123463..0cb5214 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,10 +45,6 @@ ENV NEXT_TELEMETRY_DISABLED 1 RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs -# Copy the public folder -COPY --from=builder /app/public ./public -COPY --from=builder /app/documentation ./documentation - # Set the correct permission for prerender cache RUN mkdir .next RUN chown nextjs:nodejs .next