You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
336 B
6 lines
336 B
#!/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
|
|
|