mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-12 21:07:12 +03:00
entrypoint: remove uwsgi's -c option
This commit is contained in:
parent
9a1b8c63c7
commit
f235e5690e
@ -5,7 +5,7 @@ set -eu
|
|||||||
|
|
||||||
if [ "$IS_WEB" = "true" ]; then
|
if [ "$IS_WEB" = "true" ]; then
|
||||||
python3 generate_uswgi_config.py
|
python3 generate_uswgi_config.py
|
||||||
exec uwsgi -c /tmp/uwsgi.ini
|
exec uwsgi /tmp/uwsgi.ini
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec python main.py $@
|
exec python main.py $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user