Browse Source

fix: add missing COPY templates ./templates to Dockerfile

Lukas Goldschmidt 1 month ago
parent
commit
14be9524e0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -10,6 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
 
 
 COPY main.py ./
 COPY main.py ./
 COPY src ./src
 COPY src ./src
+COPY templates ./templates
 COPY agent-guides ./agent-guides
 COPY agent-guides ./agent-guides
 
 
 RUN mkdir -p /app/data /app/logs
 RUN mkdir -p /app/data /app/logs