mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
refresh alembic migrations
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user