diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 8ed7fdfb..b8ea2d4d 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -10,4 +10,6 @@ umap wait_for_database # then migrate the database umap migrate # 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