feat: initial setup, frontend, backend, postgresql
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
FROM ghcr.io/astral-sh/uv:python3.13-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY pyproject.toml /app/
|
||||
|
||||
RUN uv sync
|
||||
|
||||
COPY ./ /app
|
||||
|
||||
CMD ["uv","run","uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
Reference in New Issue
Block a user