chore(compose): use sh to invoke Django API service

This commit is contained in:
jon r 2024-10-10 19:44:56 +02:00
parent cf72137f1f
commit 66ea77f771
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ services:
context: ../api
dockerfile: Dockerfile.debian
command: >
bash -c "
sh -c "
funkwhale-manage migrate &&
funkwhale-manage collectstatic --no-input &&
uvicorn --reload config.asgi:application --host 0.0.0.0 --port 5000 --reload-dir config/ --reload-dir funkwhale_api/