This commit is contained in:
Joan
2025-11-27 16:27:01 +01:00
parent 33cc9586c2
commit 81f8912059
304 changed files with 56149 additions and 10122 deletions

View File

@@ -22,9 +22,6 @@ COPY gamedata/ ./gamedata/
# Copy migration scripts
COPY migrate_*.py ./
# Copy test suite
COPY test_comprehensive.py ./
# Copy startup script
COPY api/start.sh ./
RUN chmod +x start.sh