瀏覽代碼

首次提交

alair 4 月之前
父節點
當前提交
fb5e76446c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -1,4 +1,4 @@
 FROM 192.168.0.5:9080/repo/nginx:latest
 COPY dist/ /usr/share/nginx/html
-COPY nginx.conf /etc/nginx/conf.d/default.confK
+COPY nginx.conf /etc/nginx/conf.d/default.conf
 RUN chown -R nginx:nginx /usr/share/nginx/html