We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969d615 commit 4727737Copy full SHA for 4727737
1 file changed
dev-composable/docker-entrypoint.sh
@@ -37,6 +37,6 @@ case "$1" in
37
manage.py migrate --fake-initial
38
manage.py populate
39
40
- su wirecloud -c "/usr/local/bin/gunicorn wirecloud_instance.wsgi:application --forwarded-allow-ips "${FORWARDED_ALLOW_IPS}" -w 2 -b :8000"
+ gosu wirecloud /usr/local/bin/gunicorn wirecloud_instance.wsgi:application --forwarded-allow-ips "${FORWARDED_ALLOW_IPS}" -w 2 -b :8000
41
;;
42
esac
0 commit comments