feat: crud and backups are working
This commit is contained in:
+5
-1
@@ -1,3 +1,4 @@
|
||||
|
||||
FROM ghcr.io/astral-sh/uv:python3.13-alpine
|
||||
|
||||
WORKDIR /app
|
||||
@@ -6,6 +7,9 @@ COPY pyproject.toml /app/
|
||||
|
||||
RUN uv sync
|
||||
|
||||
COPY ./ /app
|
||||
COPY . /app
|
||||
|
||||
|
||||
# Run the FastAPI app
|
||||
CMD ["uv","run","uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user