From c972fa89c2b41e2e8a33e1ae61218ecc42f15f07 Mon Sep 17 00:00:00 2001 From: xditya <58950863+xditya@users.noreply.github.com> Date: Sun, 18 Oct 2020 11:00:54 +0530 Subject: [PATCH] hmm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 583722a6..30414350 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,4 +60,4 @@ WORKDIR /root/userbot/ RUN chmod +x /usr/local/bin/* RUN pip3 install -r requirements.txt # (c) 2020 TeleBot, by @vishnu175, @its_xditya -CMD ["bash","startup.sh"] +CMD ["bash","./resources/startup.sh"]