Ver código fonte

首次提交

alair 4 meses atrás
pai
commit
ed73379e0d
1 arquivos alterados com 1 adições e 1 exclusões
  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