mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-04 17:30:01 +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
|
||||
python3 generate_uswgi_config.py
|
||||
exec uwsgi -c /tmp/uwsgi.ini
|
||||
exec uwsgi /tmp/uwsgi.ini
|
||||
fi
|
||||
|
||||
exec python main.py $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user