作者 yangfu
@@ -19,7 +19,7 @@ FROM alpine:latest @@ -19,7 +19,7 @@ FROM alpine:latest
19 # Define the project name | 定义项目名称 19 # Define the project name | 定义项目名称
20 ARG PROJECT=core 20 ARG PROJECT=core
21 # Define the config file name | 定义配置文件名 21 # Define the config file name | 定义配置文件名
22 -ARG CONFIG_FILE=core-prod.yaml 22 +ARG CONFIG_FILE=core-prd.yaml
23 # Define the author | 定义作者 23 # Define the author | 定义作者
24 ARG AUTHOR=785409885@qq.com 24 ARG AUTHOR=785409885@qq.com
25 25