소스 검색

首次提交

alair 4 달 전
부모
커밋
ed73379e0d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -1,3 +1,3 @@
-FROM nginx:latest
+FROM 192.168.0.5:9080/repo/nginx:latest
 COPY dist/ /usr/share/nginx/html
 COPY nginx.conf /etc/nginx/conf.d/default.conf