From 5446aaf862b49c09901043cb9097a42583aa5ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=BD=E6=99=9A=E9=A3=8E?= <57929341+3052971491@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:09:17 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c8d6cf..22312fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ RUN rm -rf /usr/share/nginx/html/* EXPOSE 80 # 从编译镜像复制编译结果到此镜像 -COPY --from=builder dist /usr/share/nginx/html +COPY --from=builder /app/dist /usr/share/nginx/html