There was an error while loading. Please reload this page.
1 parent 03768cd commit 8ac9ff4Copy full SHA for 8ac9ff4
1 file changed
services/fermentaladin-service/Dockerfile
@@ -23,4 +23,4 @@ RUN uv sync --locked --no-dev
23
24
EXPOSE 8000
25
26
-CMD ["uv", "run", "uvicorn", "src.api:app", "--host", "0.0.0.0", "--port", "8000"]
+CMD ["uv", "run", "uvicorn", "api:app", "--host", "0.0.0.0", "--port", "8000", "--app-dir", "src"]
0 commit comments