Преглед на файлове

Fix: 修改报告模板位置

iaun преди 2 месеца
родител
ревизия
fc61515489
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -32,6 +32,9 @@ COPY backend/ ./
 # Copy frontend build to static folder
 COPY --from=frontend-builder /app/frontend/dist ./static
 
+# Copy report template
+COPY sample-reports/ ./sample-reports/
+
 # Create necessary directories
 RUN mkdir -p uploads reports uploads/scan_data instance