From 4ef6ed8be5b652ef713eda23725db304e7257488 Mon Sep 17 00:00:00 2001 From: crate Date: Wed, 2 Oct 2024 02:30:27 +0000 Subject: [PATCH] remove ./ to see what happens --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]