1
0
mirror of https://gitee.com/ledc/IYUUAutoReseed synced 2025-07-22 23:32:55 +00:00

新增Docker构建amd64镜像

This commit is contained in:
iyuu.cn
2020-07-28 06:49:03 +08:00
parent 8813afbd73
commit f78e9c737c
13 changed files with 130 additions and 63 deletions

4
docker/AMD64/build.sh Normal file

@@ -0,0 +1,4 @@
#!/bin/sh
docker build -t iyuu:latest .
docker run -it -v /root/config.php:/config.php --network bridge --name IYUUAutoReseed --restart always -d iyuu:latest
docker exec -it IYUUAutoReseed php iyuu.php