Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
caonimagfw authored Mar 16, 2023
1 parent a6cad97 commit af52556
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ RUN cd /home \
&& bash install_panel.sh \
&& python /set_default.py \
&& echo '["linuxsys", "webssh"]' > /www/server/panel/config/index.json \
&& cp index.html /www/server/panel/BTPanel/templates/default/index.html \
&& cp soft.html /www/server/panel/BTPanel/templates/default/soft.html \
&& sleep 10 \
&& mv /www/server/panel/data/bind.pl /www/server/panel/data/bind.bak \
&& yum clean all

WORKDIR /www/wwwroot
Expand Down

0 comments on commit af52556

Please sign in to comment.