diff --git a/src/config/entrypoint.sh b/src/config/entrypoint.sh index aecfc36..a19c328 100644 --- a/src/config/entrypoint.sh +++ b/src/config/entrypoint.sh @@ -4,4 +4,4 @@ RUN_PORT="8000" /opt/venv/bin/python manage.py migrate --no-input /opt/venv/bin/gunicorn cfehome.wsgi:application --bind "0.0.0.0:${RUN_PORT}" --daemon -nginx -g 'daemon off;' +su -c nginx -g 'daemon off;'