mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 23:50:12 +01:00
chore(release): v1.1.2 bump, notes/template + README updates, Docker Hub description updater, headless/docs tweaks
This commit is contained in:
parent
fd2530cea3
commit
5f922835a6
13 changed files with 250 additions and 183 deletions
|
|
@ -5,12 +5,14 @@ echo "==========================================="
|
|||
|
||||
# Create directories if they don't exist
|
||||
mkdir -p deck_files logs csv_files
|
||||
mkdir -p config
|
||||
|
||||
echo "Starting MTG Python Deckbuilder from Docker Hub..."
|
||||
echo "Your files will be saved in the current directory:"
|
||||
echo " - deck_files/: Your completed decks"
|
||||
echo " - logs/: Application logs"
|
||||
echo " - csv_files/: Card database files"
|
||||
echo " - config/: JSON configs for headless runs (e.g., deck.json)"
|
||||
echo
|
||||
|
||||
# Run the Docker container with proper volume mounts
|
||||
|
|
@ -18,6 +20,7 @@ docker run -it --rm \
|
|||
-v "$(pwd)/deck_files":/app/deck_files \
|
||||
-v "$(pwd)/logs":/app/logs \
|
||||
-v "$(pwd)/csv_files":/app/csv_files \
|
||||
-v "$(pwd)/config":/app/config \
|
||||
mwisnowski/mtg-python-deckbuilder:latest
|
||||
|
||||
echo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue