shenhao commited on
Commit
ff3e80b
·
verified ·
1 Parent(s): c536505

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ RUN mkdir -p /tmp/.cli-proxy-api /tmp/logs /run/nginx && chmod -R 777 /tmp /run/
12
 
13
  # 3. 拷贝配置
14
  COPY config.yaml /app/config.yaml
 
15
  COPY nginx.conf /etc/nginx/nginx.conf
16
 
17
  # 4. 环境变量
 
12
 
13
  # 3. 拷贝配置
14
  COPY config.yaml /app/config.yaml
15
+ COPY config.yaml /app/config.example.yaml
16
  COPY nginx.conf /etc/nginx/nginx.conf
17
 
18
  # 4. 环境变量