diff --git a/content/zh/examples/service/access/Dockerfile b/content/zh/examples/service/access/Dockerfile index b7b09d492a..75a0fd63a9 100644 --- a/content/zh/examples/service/access/Dockerfile +++ b/content/zh/examples/service/access/Dockerfile @@ -1,4 +1,4 @@ FROM nginx:1.17.3 RUN rm /etc/nginx/conf.d/default.conf -COPY frontend.conf /etc/nginx/conf.d +COPY frontend-nginx.conf /etc/nginx/conf.d \ No newline at end of file