Another method for logging

This commit is contained in:
Lucy Joshua 2023-01-31 00:32:14 +02:00
parent d52db1c4c5
commit 30c4ac5dc1

View file

@ -2,4 +2,4 @@ FROM python:latest
COPY . /etc/botyam COPY . /etc/botyam
WORKDIR /etc/botyam WORKDIR /etc/botyam
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
CMD ["python3", "-u ./src/main.py"] CMD ["python3", "./src/main.py"]