rebooting project sans history
This commit is contained in:
commit
874b1632c7
8 changed files with 1285 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM python:3.12-slim-bookworm
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
RUN uv sync --frozen --no-cache
|
||||
CMD ["/app/.venv/bin/fastapi", "run", "main.py", "--port", "8887"]
|
Loading…
Add table
Add a link
Reference in a new issue