replace uvicorn logger config with json

This commit is contained in:
Jakub Miazek
2024-08-17 11:38:53 +02:00
parent 6f0b097d2d
commit d63dfaeed7
3 changed files with 21 additions and 50 deletions

View File

@@ -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