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