From 70ef92b494d4525ed35d71b14f7cfd6c56997e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=BF=E9=98=B3?= <997485446@qq.com> Date: Sat, 22 Feb 2025 09:28:54 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20DockerfileSlim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DockerfileSlim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerfileSlim b/DockerfileSlim index add01a4..cf37e95 100644 --- a/DockerfileSlim +++ b/DockerfileSlim @@ -12,7 +12,7 @@ WORKDIR /app/main-client #通过名称引用 COPY ./build/app ./bin/mainServer COPY ./conf/ /app/conf/ -COPY ./conf/ ./conf/ +COPY ./conf/ /app/main-client/bin/conf/ ENV MODE_ENV prod WORKDIR /app/main-client/bin