1
0
mirror of https://github.com/Adam-Ant/drone-trigger synced 2024-06-14 04:57:24 +00:00

Switch to unbuffered io so things actually print to the docker log

This commit is contained in:
Adam Dodman 2017-07-17 21:48:56 +01:00
parent fe8d0b4f51
commit d4be0bf82e

View File

@ -9,4 +9,4 @@ RUN apk add --no-cache python3 py3-pip tini\
VOLUME ["/config"]
CMD ["/sbin/tini","--","python3","main.py","-c","/config"]
CMD ["/sbin/tini","--","python3","-u","main.py","-c","/config"]