@sppidy huh

This commit is contained in:
buddhhu
2021-02-22 14:37:33 +05:30
parent 60c2cbac87
commit 29f0f76fe4

View File

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