HOTFIX: Import agents/ folder into container

Bram van den Heuvel 2026-07-01 18:04:12 +02:00
parent 8b42819184
commit 6ecb1101c8
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ RUN pip install --no-cache-dir --no-index --find-links=/wheels \
# Install PyServer code # Install PyServer code
COPY pyserver/ pyserver/ COPY pyserver/ pyserver/
COPY agents/ agents/
COPY server.py . COPY server.py .
CMD ["python", "server.py"] CMD ["python", "server.py"]