1
0

Show output when runnign docker container

This commit is contained in:
Akbar Rahman 2018-12-11 22:54:19 +00:00
parent 0b507b3cd3
commit 701ff42b22
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

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"]