|
|
@@ -104,7 +104,7 @@ go run main.go
|
|
|
#### 自行构建docker镜像,容器运行
|
|
|
下载本项目Dockerfile文件,自行构建docker镜像,容器运行,可用于测试和正式运行
|
|
|
```shell
|
|
|
-wget https://github.com/aiprodcoder/MIXAPI/blob/main/Dockerfile
|
|
|
+wget -O Dockerfile https://raw.githubusercontent.com/aiprodcoder/MIXAPI/main/Dockerfile
|
|
|
docker build -t mixapi . (默认AMD64平台)
|
|
|
# ARM平台 docker build --build-arg TARGETPLATFORM=linux/arm64 -t mixapi .
|
|
|
|