Add alembic migrations

This commit is contained in:
Jacob Windsor
2025-02-19 15:55:16 +01:00
parent ac3727065f
commit 0d1e53acdb
10 changed files with 300 additions and 3 deletions
+2
View File
@@ -7,6 +7,8 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY ./app /code/app
COPY .env /code/.env
COPY ./alembic.ini /code/alembic.ini
COPY ./migrations /code/migrations
EXPOSE 8080