2 Commits

Author SHA1 Message Date
f9760cae07 Update volume mount and enable shell debug mode
Changed the Docker volume mount to map ./data to /app/instance instead of /app/data in docker-compose.yaml. Also enabled shell debug mode in entrypoint.sh by adding the -x flag to 'set -e' for easier troubleshooting.
2025-08-11 01:31:06 +02:00
135e226db8 Add entrypoint script for Docker container
Introduces entrypoint.sh to handle database migrations before starting the Flask app. Updates Dockerfile to use the new entrypoint script and ensures it is executable.
2025-08-11 01:25:02 +02:00