mirror of
https://github.com/dvddarias/docker-hoster
synced 2026-08-05 16:12:43 +02:00
Fixed a bug on container stop
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ RUN mkdir /hoster
|
||||
WORKDIR /hoster
|
||||
ADD hoster.py /hoster/
|
||||
|
||||
CMD ["python3", "hoster.py"]
|
||||
CMD ["python3", "-u", "hoster.py"]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user