remove ./ to see what happens

This commit is contained in:
crate 2024-10-02 02:30:27 +00:00
parent 7390b68204
commit 4ef6ed8be5

View File

@ -13,4 +13,4 @@ RUN pip3 install openai
RUN pip3 install aiohttp
RUN pip3 install requests
CMD [ "python", "./garfbot.py" ]
CMD [ "python", "garfbot.py" ]