From b2e7efb57bf612af276cd3827ea1b1031e8f55af Mon Sep 17 00:00:00 2001 From: lucas Date: Thu, 16 Jan 2025 18:04:55 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B7=BB=E5=8A=A0=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=96=87=E4=BB=B6=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/Dockerfile_app | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Dockerfile_app b/build/Dockerfile_app index d131f04..c423872 100644 --- a/build/Dockerfile_app +++ b/build/Dockerfile_app @@ -1,4 +1,5 @@ FROM registry.ngaiot.com/base-images/alpine_3.20_cst:7 WORKDIR /app/ COPY *.exe configFiles /app/ +RUN pwd & ls CMD ["/app/app.exe"]