mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-07-22 23:32:55 +00:00
新增Docker构建amd64镜像
This commit is contained in:
4
docker/AMD64/build.sh
Normal file
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
|
Reference in New Issue
Block a user