room detail page fix

This commit is contained in:
Igor Loskutov
2025-09-02 18:52:31 -04:00
parent 05be6e7f19
commit 1d5a22ad1d
5 changed files with 240 additions and 77 deletions

View File

@@ -2,7 +2,7 @@
if [ "${ENTRYPOINT}" = "server" ]; then
uv run alembic upgrade head
uv run -m reflector.app
uv run uvicorn reflector.app:app --host 0.0.0.0 --port 1250
elif [ "${ENTRYPOINT}" = "worker" ]; then
uv run celery -A reflector.worker.app worker --loglevel=info
elif [ "${ENTRYPOINT}" = "beat" ]; then