pythonunbuffered
This commit is contained in:
@@ -2,4 +2,5 @@ FROM python:3
|
|||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
ENV PYTHONUNBUFFERED 1
|
||||||
CMD ["waitress-serve", "app:app"]
|
CMD ["waitress-serve", "app:app"]
|
||||||
|
|||||||
Reference in New Issue
Block a user