From 30c4ac5dc15446648f6d4be46dc35112dc1f414e Mon Sep 17 00:00:00 2001 From: Lucy Joshua Date: Tue, 31 Jan 2023 00:32:14 +0200 Subject: [PATCH] Another method for logging --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb962b3..3994cd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["python3", "./src/main.py"] \ No newline at end of file