Selaa lähdekoodia

fix: add missing COPY static ./static to Dockerfile

Lukas Goldschmidt 1 kuukausi sitten
vanhempi
commit
317e173fb9
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

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