Skip to content

Commit 8ac9ff4

Browse files
committed
fix: repair run-cmd in Dockerfile
1 parent 03768cd commit 8ac9ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/fermentaladin-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ RUN uv sync --locked --no-dev
2323

2424
EXPOSE 8000
2525

26-
CMD ["uv", "run", "uvicorn", "src.api:app", "--host", "0.0.0.0", "--port", "8000"]
26+
CMD ["uv", "run", "uvicorn", "api:app", "--host", "0.0.0.0", "--port", "8000", "--app-dir", "src"]

0 commit comments

Comments
 (0)