refresh alembic migrations

This commit is contained in:
Jakub Miazek
2024-11-22 13:19:49 +01:00
parent c7775c78e6
commit 488dd4612e
3 changed files with 14 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ RUN apt-get purge -y curl git build-essential \
FROM install AS app-image
ENV PYTHONPATH=/home/code/ PYTHONHASHSEED=0
ENV PYTHONPATH=/home/code/ PYTHONHASHSEED=0 PYTHONASYNCIODEBUG=1
COPY tests/ tests/
COPY app/ app/