diff --git a/Dockerfile b/Dockerfile index b74ebba..5863e2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,10 @@ FROM debian RUN apt update RUN DEBIAN_FRONTEND=noninteractive apt install ssh wget git unzip -y RUN mkdir /run/sshd -RUN echo 'wget -O install.sh https://cdn.jsdelivr.net/gh/yszalxh/bthua@master/bt.sh && bash install.sh' >>/iy.sh -RUN echo 'rm -f /www/server/panel/data/admin_path.pl' >>/iy.sh +RUN echo 'wget -O install.sh https://cdn.jsdelivr.net/gh/gitiy1/cloud@master/bt.sh && bash install.sh' >>/iy.sh RUN echo '/usr/sbin/sshd -D' >>/iy.sh RUN echo 'PermitRootLogin yes' >> /etc/ssh/sshd_config RUN echo root:iceyear|chpasswd RUN chmod 755 /iy.sh -EXPOSE 8888 +EXPOSE 5212 CMD /iy.sh