瀏覽代碼

首次提交

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