Continued testing

This commit is contained in:
mwisnowski 2025-08-21 09:53:55 -07:00
parent 041a00321b
commit e41c21b432
6 changed files with 209 additions and 374 deletions

View file

@ -6,9 +6,7 @@ services:
container_name: mtg-deckbuilder
stdin_open: true # Equivalent to docker run -i
tty: true # Equivalent to docker run -t
profiles: ["interactive"] # Only run when specifically requested
volumes:
# Mount local directories to container for persistence (Linux paths)
- ${PWD}/deck_files:/app/deck_files
- ${PWD}/logs:/app/logs
- ${PWD}/csv_files:/app/csv_files