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"]