pythonunbuffered

This commit is contained in:
yuuki 2024-04-06 18:32:02 +00:00
parent 43a7047975
commit ce31419bb9

View File

@ -2,4 +2,5 @@ FROM python:3
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt
ENV PYTHONUNBUFFERED 1
CMD ["waitress-serve", "app:app"]