mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-04-26 04:13:25 +00:00
8 lines
289 B
Bash
8 lines
289 B
Bash
#!/bin/sh
|
|
cd /root
|
|
git clone https://gitee.com/ledc/IYUUAutoReseed.git
|
|
cd /root/IYUUAutoReseed/docker
|
|
chmod +x ./*.sh
|
|
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
|
|
./iyuu.sh |