mirror of https://github.com/astral-sh/uv
This reverts commit 92230ba679 from #16701
See https://github.com/astral-sh/uv/pull/16701#issuecomment-3538541379
This commit is contained in:
parent
44f5a14f40
commit
cda7fc3fda
|
|
@ -113,7 +113,7 @@ WORKDIR /app
|
||||||
RUN uv sync --frozen --no-cache
|
RUN uv sync --frozen --no-cache
|
||||||
|
|
||||||
# Run the application.
|
# Run the application.
|
||||||
CMD ["/app/.venv/bin/fastapi", "run", "main.py", "--port", "80", "--host", "0.0.0.0"]
|
CMD ["/app/.venv/bin/fastapi", "run", "app/main.py", "--port", "80", "--host", "0.0.0.0"]
|
||||||
```
|
```
|
||||||
|
|
||||||
Build the Docker image with:
|
Build the Docker image with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue