From 0d5296ea5b96835f32369d76e6429fe72f371206 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 23 Apr 2026 11:02:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Dockerfile=E6=B7=BB=E5=8A=A0=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E5=89=8D=E7=AB=AF=E6=9E=84=E5=BB=BA=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c6a5ab0f4..5753f5ec9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,7 @@ RUN touch config.yml COPY --from=builder /app/next-terminal ./ COPY --from=builder /app/LICENSE ./ +COPY --from=builder /app/server/resource/build ./resource/build/ EXPOSE $SERVER_PORT $SSHD_PORT