diff --git a/Dockerfile b/Dockerfile index a123463..0cb5214 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,10 +45,6 @@ ENV NEXT_TELEMETRY_DISABLED 1 RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs -# Copy the public folder -COPY --from=builder /app/public ./public -COPY --from=builder /app/documentation ./documentation - # Set the correct permission for prerender cache RUN mkdir .next RUN chown nextjs:nodejs .next