Fix scripts

This commit is contained in:
2025-02-19 16:16:39 +01:00
parent 334718a7fb
commit d645e6db92
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
#! /usr/bin/env sh
uv run uvicorn modules.web_app.app:app --host 0.0.0.0 --port 80
uv run --directory src uvicorn modules.web_app.app:app --host 0.0.0.0 --port 80