Final project commit: MTGJSON data integration and backend API
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# MTGJSON Import Runner
|
||||
# Runs the import script inside the Docker container
|
||||
|
||||
echo "=== MTGJSON Data Import ==="
|
||||
echo ""
|
||||
echo "Running import inside Docker container..."
|
||||
echo ""
|
||||
|
||||
# Run the import script inside the Docker container
|
||||
sudo -u wall-o docker exec mtgonline_backend python3 /app/scripts/import_mtgdata.py
|
||||
Reference in New Issue
Block a user