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