mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
replace uvicorn logger config with json
This commit is contained in:
@@ -27,7 +27,7 @@ RUN apt-get purge -y curl git build-essential \
|
||||
&& rm -rf /var/apt/lists/* \
|
||||
&& rm -rf /var/cache/apt/*
|
||||
|
||||
FROM install as app-image
|
||||
FROM install AS app-image
|
||||
|
||||
ENV PYTHONPATH=/home/code/ PYTHONHASHSEED=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user