leezhuuu commited on
Commit
4fb77f9
1 Parent(s): ce703be

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apk add --no-cache curl
11
  RUN curl -L https://github.com/librespeed/speedtest/archive/refs/tags/5.4.1.tar.gz | tar xz -C /usr/share/nginx/html --strip-components=1
12
 
13
  # 设置 nginx 配置
14
- COPY nginx.conf /etc/nginx/nginx.conf
15
 
16
  # 创建必要的目录并设置权限
17
  RUN mkdir -p /var/cache/nginx/client_temp \
 
11
  RUN curl -L https://github.com/librespeed/speedtest/archive/refs/tags/5.4.1.tar.gz | tar xz -C /usr/share/nginx/html --strip-components=1
12
 
13
  # 设置 nginx 配置
14
+ COPY default.conf /etc/nginx/conf.d/default.conf
15
 
16
  # 创建必要的目录并设置权限
17
  RUN mkdir -p /var/cache/nginx/client_temp \