We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e3bf9 commit aadad53Copy full SHA for aadad53
docker-compose.yml
@@ -22,7 +22,7 @@ services:
22
command: wait-for-it --strict --timeout=60 db:5432 -- sh -c "
23
./manage.py migrate &&
24
./manage.py collectstatic --no-input --verbosity 0 --clear &&
25
- gunicorn scancodeio.wsgi:application --bind :8000 --timeout 600 --workers 8 ${GUNICORN_RELOAD_FLAG}"
+ gunicorn scancodeio.wsgi:application --bind :8000 --timeout 600 --workers 8 ${GUNICORN_RELOAD_FLAG:-}"
26
env_file:
27
- docker.env
28
expose:
0 commit comments