mirror of
https://github.com/Adam-Ant/drone-trigger
synced 2024-12-20 07:24:34 +00:00
Switch to unbuffered io so things actually print to the docker log
This commit is contained in:
parent
fe8d0b4f51
commit
d4be0bf82e
@ -9,4 +9,4 @@ RUN apk add --no-cache python3 py3-pip tini\
|
|||||||
|
|
||||||
VOLUME ["/config"]
|
VOLUME ["/config"]
|
||||||
|
|
||||||
CMD ["/sbin/tini","--","python3","main.py","-c","/config"]
|
CMD ["/sbin/tini","--","python3","-u","main.py","-c","/config"]
|
||||||
|
Loading…
Reference in New Issue
Block a user