diff --git a/Dockerfile b/Dockerfile index 435feb7..14390fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,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 # Set the correct permission for prerender cache RUN mkdir .next