From ab7177234b6facf58ffff51491867142c3ff16a4 Mon Sep 17 00:00:00 2001 From: guru07777 <150660921+guru07777@users.noreply.github.com> Date: Sun, 26 Nov 2023 03:08:45 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c66e4b..9aa7568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ COPY requirements.txt /requirements.txt RUN cd / RUN pip3 install -U pip && pip3 install -U -r requirements.txt RUN mkdir /LazyPrincessV2 -WORKDIR /LazyPrincessV2 +WORKDIR /goatbot COPY start.sh /start.sh CMD ["/bin/bash", "/start.sh"]