From b990b04902c6d380ee3bab2595f3a2b83947f920 Mon Sep 17 00:00:00 2001 From: Thanu Poptiphueng Date: Mon, 20 May 2024 17:06:32 +0700 Subject: [PATCH] remove public folder clone --- next.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.Dockerfile b/next.Dockerfile index 5e36301..0ff2624 100644 --- a/next.Dockerfile +++ b/next.Dockerfile @@ -45,7 +45,7 @@ ENV NODE_ENV production RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs -COPY --from=builder /app/public ./public +# COPY --from=builder /app/public ./public #Only needed if public is there # Set the correct permission for prerender cache RUN mkdir .next