Another method for logging
This commit is contained in:
parent
d52db1c4c5
commit
30c4ac5dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@ FROM python:latest
|
|||
COPY . /etc/botyam
|
||||
WORKDIR /etc/botyam
|
||||
RUN pip install -r requirements.txt
|
||||
CMD ["python3", "-u ./src/main.py"]
|
||||
CMD ["python3", "./src/main.py"]
|
||||
Loading…
Reference in a new issue