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"]