From 651c5f1ec07dab4226927136735a3c5e597e7fb3 Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 27 Sep 2024 15:06:53 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B7=BB=E5=8A=A0=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/Dockerfile_app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile_app b/build/Dockerfile_app index 1cc5bcd..1edf367 100644 --- a/build/Dockerfile_app +++ b/build/Dockerfile_app @@ -1,5 +1,5 @@ FROM registry.ngaiot.com/base-images/alpine_3.20_cst:6 WORKDIR /app/ COPY *.exe *.yaml /app/ -RUN echo "当前目录内容" && ls +RUN echo "当前目录内容" && ls && pwd CMD ["/app/app.exe"]