From 0ce522e2c596a171b0a291abaf0ab1853118657c Mon Sep 17 00:00:00 2001 From: pan <380711010@qq.com> Date: Wed, 18 Sep 2024 11:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=9C=E5=83=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21b6ad2..3ddaea4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21.1-alpine +FROM docker.m.daocloud.io/nginx:1.21.1-alpine COPY ./dist /usr/share/nginx/html/tool-tech COPY default.conf /etc/nginx/conf.d/ EXPOSE 80