diff --git a/Dockerfile b/Dockerfile index c897398..15cadb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ COPY ./requirements.txt /src RUN apt update RUN pip install -r /src/requirements.txt -CMD [ "python", "/src/main.py" ] \ No newline at end of file +CMD [ "python", "/src/wishlist_bot/main.py" ] \ No newline at end of file