diff --git a/Dockerfile b/Dockerfile index 7d91d17..a5ea0e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,6 +39,9 @@ COPY backend/prisma ./prisma # Copy frontend build COPY --from=frontend-builder /app/frontend/dist ./public +# Copy docs from www/ for the app container +COPY www/docs ./public/docs + # Setup nginx COPY nginx.conf /etc/nginx/http.d/default.conf