Changed the running command of the Docker container.

This commit is contained in:
2025-03-30 08:06:31 +03:00
parent ebe2c9b493
commit 3d5557d603
5 changed files with 13 additions and 5 deletions

4
scripts/run.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
uvicorn main:app --host $API_HOST --port $API_PORT