Fixed a bug on container stop

This commit is contained in:
David Darias
2015-11-18 21:24:45 -05:00
parent a8d70c0fcc
commit 1e96db458d
3 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ RUN mkdir /hoster
WORKDIR /hoster
ADD hoster.py /hoster/
CMD ["python3", "hoster.py"]
CMD ["python3", "-u", "hoster.py"]