Add unbuffered
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM python:3.10-alpine
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
# install requirements
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
--mount=type=bind,source=requirements.txt,target=requirements.txt \
|
||||
|
||||
Reference in New Issue
Block a user