From 4fd090fe2f18cc6923bce0d4cf6701a0c93d9763 Mon Sep 17 00:00:00 2001 From: timerzz Date: Sun, 12 May 2024 20:45:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= 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 a1b104e..3d1de65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /build/ RUN bun install && bun run build FROM nginx:alpine -COPY --from=front /build/dist /usr/share/ +COPY --from=front /build/dist /usr/share/dist RUN rm /etc/nginx/conf.d/default.conf # 将自定义配置文件nginx.conf复制到容器内/etc/nginx/conf.d/目录