diff --git a/Dockerfile b/Dockerfile index 2b80d16..3f32669 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ 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