mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore(docker) remove ws.py for now
This commit is contained in:
parent
d5bff22081
commit
647f6c3dfe
1 changed files with 1 additions and 3 deletions
|
@ -10,6 +10,4 @@ umap wait_for_database
|
||||||
# then migrate the database
|
# then migrate the database
|
||||||
umap migrate
|
umap migrate
|
||||||
# run uWSGI
|
# run uWSGI
|
||||||
exec uwsgi --ini docker/uwsgi.ini &
|
exec uwsgi --ini docker/uwsgi.ini
|
||||||
# run websockets
|
|
||||||
exec /venv/bin/python /venv/lib/python3.11/site-packages/umap/ws.py
|
|
||||||
|
|
Loading…
Reference in a new issue