From 9a5cc8642d3d7799aad7bb718d34313749660ff0 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 20 Apr 2024 00:35:16 +0100 Subject: [PATCH] add documentation dir to the Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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