Skip to content

Commit 93b463b

Browse files
Missing uv just run uvicorn directly for now
Likely an issue in backend dockerfile
1 parent 584cca3 commit 93b463b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
set -ex
33

4-
exec uv run --no-sync uvicorn acidwatch_api.app:app --host 0.0.0.0 --port 8000
4+
exec uvicorn acidwatch_api.app:app --host 0.0.0.0 --port 8000

0 commit comments

Comments
 (0)