diff --git a/Dockerfile b/Dockerfile index 6747d07..3a77814 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN pip3 install openai RUN pip3 install aiohttp RUN pip3 install requests -CMD [ "python", "./garfbot.py" ] +CMD [ "python", "garfbot.py" ]