add alembic and readme

This commit is contained in:
2025-05-28 14:23:27 +03:00
parent cedb471722
commit cc9d71cab7
13 changed files with 359 additions and 24 deletions

View File

@@ -6,5 +6,6 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY ./app /code/app
COPY alembic.ini ./
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]