initial app

This commit is contained in:
2026-02-06 19:46:26 +04:00
commit a2c4560e36
4 changed files with 64 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM python:3-alpine
RUN pip install fastapi[standard]
COPY ./src /app
ENTRYPOINT fastapi run