add documentation dir to the Dockerfile

This commit is contained in:
Lee
2024-04-20 00:35:16 +01:00
parent 8169c08faa
commit 9a5cc8642d

@ -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