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