|
@@ -11,6 +11,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 templates ./templates
|
|
|
|
|
+COPY static ./static
|
|
|
COPY agent-guides ./agent-guides
|
|
COPY agent-guides ./agent-guides
|
|
|
|
|
|
|
|
RUN mkdir -p /app/data /app/logs
|
|
RUN mkdir -p /app/data /app/logs
|