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