fixed api dockerfile copy

This commit is contained in:
2026-05-21 06:04:34 +02:00
parent 08b2d7c4e4
commit dcc890afcc
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
uvicorn server:app --host 0.0.0.0 --port 8000 --reload
uvicorn src.server:app --host 0.0.0.0 --port 8000 --reload