From 6abcb7cb30c50c1a51fa54cf280e03fede5afc72 Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 27 Sep 2024 14:58:51 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9E=84=E5=BB=BA=E5=86=85=E5=AE=B9?= =?UTF-8?q?=20=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/Dockerfile_app | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Dockerfile_app b/build/Dockerfile_app index 969233e..1cc5bcd 100644 --- a/build/Dockerfile_app +++ b/build/Dockerfile_app @@ -1,4 +1,5 @@ FROM registry.ngaiot.com/base-images/alpine_3.20_cst:6 WORKDIR /app/ -COPY *.exe ./ +COPY *.exe *.yaml /app/ +RUN echo "当前目录内容" && ls CMD ["/app/app.exe"]