Updates for web_app

This commit is contained in:
2024-11-19 17:09:46 +01:00
parent 72512f35bd
commit 514ab5050a
3 changed files with 23 additions and 1 deletions

3
scripts/start_web_app.sh Normal file
View File

@@ -0,0 +1,3 @@
#! /usr/bin/env sh
/opt/venv/bin/uvicorn modules.web_app.app:app --host 0.0.0.0 --port 80