mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-04-26 04:13:25 +00:00
7 lines
336 B
Bash
7 lines
336 B
Bash
#!/bin/sh
|
|
#wget -c https://gitee.com/ledc/IYUUAutoReseed/repository/archive/master.zip -O IYUUAutoReseed.zip
|
|
#unzip -o ./IYUUAutoReseed.zip -d /root
|
|
#rm ./IYUUAutoReseed.zip
|
|
docker build -t iyuu:latest .
|
|
docker run -it -v /root/IYUUAutoReseed:/var/www -p 8510:9000 --network bridge --name IYUUAutoReseed --restart always -d iyuu:latest
|