Show output when runnign docker container
This commit is contained in:
parent
0b507b3cd3
commit
701ff42b22
@ -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"]
|
||||
|
Reference in New Issue
Block a user