From a8232064f61f1fb32eadc63f2e162a38c74c465b Mon Sep 17 00:00:00 2001 From: Lucy Joshua <43093984+notBscalE@users.noreply.github.com> Date: Sun, 29 Jan 2023 20:51:57 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5af681..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", "./main.py"] \ No newline at end of file +CMD ["python3", "./src/main.py"] \ No newline at end of file