From 385cae123095e3d9703dee9ad377bbbda52d3366 Mon Sep 17 00:00:00 2001 From: ModerRAS Date: Sun, 2 Apr 2023 03:10:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= 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 3598d09..c405c52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ COPY . /work/src RUN bash entrypoint.sh FROM nginx -COPY --from=build /work/src/output/** /usr/share/nginx/html/ \ No newline at end of file +COPY --from=build /work/src/output /usr/share/nginx/html \ No newline at end of file