unbuffered output in docker container
This commit is contained in:
@@ -7,5 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
CMD [ "python", "./src/main.py", "-c", "/config.toml" ]
|
CMD [ "python", "-u", "./src/main.py", "-c", "/config.toml" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user