WIP: Database migrations

This commit is contained in:
kku
2024-12-27 22:43:40 +01:00
parent eb8019ccfe
commit 4f6c99f211
12 changed files with 254 additions and 50 deletions

View File

@@ -24,4 +24,4 @@ USER appuser
COPY . .
ENTRYPOINT ["python", "main.py"]
ENTRYPOINT ["python", "main.py", "--migrate"]