Docker compose refactor

Added shell interpolation for environment variables
This commit is contained in:
Sonny Bakker 2025-05-05 15:02:03 +02:00
parent e96c6f3528
commit 10affeb32f
16 changed files with 298 additions and 287 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
/app/.venv/bin/python /app/src/manage.py migrate
uv run --no-sync -- /app/src/manage.py migrate
exec "$@"