1
0

Show output when runnign docker container

This commit is contained in:
2018-12-11 22:54:19 +00:00
parent 0b507b3cd3
commit 701ff42b22

View File

@@ -3,4 +3,4 @@ WORKDIR /usr/src/app
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY src .
CMD [ "python", "bot.py"]
CMD [ "python", "-u", "bot.py"]