Explorar el Código

chore: 更新nginx镜像

hanfangyu hace 1 año
padre
commit
0119fabd0b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -1,5 +1,6 @@
 # 基础镜像
-FROM nginx:1.22
+#FROM nginx:1.22
+FROM nginx
 
 # 复制 nginx 配置文件
 COPY ./nginx.conf /etc/nginx/nginx.conf