From 5869389aa4f7e16f000c1965fb334743cf58efef Mon Sep 17 00:00:00 2001 From: jinze Date: Mon, 27 Jul 2026 01:33:06 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= 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 afadb23..10e1518 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM nginx:stable-alpine -COPY index.html /usr/share/nginx/html/index.html +COPY . /usr/share/nginx/html EXPOSE 80 \ No newline at end of file