From cfc7a6c9fa182e38c1dee953f056cfa14a324286 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 14 Apr 2024 21:57:32 +0100 Subject: [PATCH] ci --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 93b45f7..83b7250 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,8 +45,6 @@ ENV NODE_ENV production RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs -COPY --from=builder /app/public ./public - # Set the correct permission for prerender cache RUN mkdir .next RUN chown nextjs:nodejs .next