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 c926e0a commit 1e650d5Copy full SHA for 1e650d5
1 file changed
entrypoint.sh
@@ -6,7 +6,7 @@ cd /app
6
./manage.py stackenadmin
7
8
(
9
- while gunicorn fingerweb.wsgi:application --bind 0.0.0.0:8000 --workers 3 --access-logfile - --error-logfile - --capture-output; do
+ while su finger -c "gunicorn fingerweb.wsgi:application --bind 0.0.0.0:8000 --workers 3 --access-logfile - --error-logfile - --capture-output"; do
10
sleep 10
11
done
12
) &
0 commit comments