diff --git a/Dockerfile b/Dockerfile index 6c26810..5a4970a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.9.2 RUN chmod +x /usr/local/bin/* -RUN wget https://del.dog/raw/deploysh -RUN sh deploysh +RUN wget https://raw.githubusercontent.com/TeamUltroid/Ultroid/main/resources/startup/deploy.sh +RUN sh deploy.sh WORKDIR /root/TeamUltroid/ CMD ["bash", "resources/startup/startup.sh"]