From 0592ec7e0701d369982b43926b4d451dd935af2d Mon Sep 17 00:00:00 2001 From: lucas Date: Thu, 17 Oct 2024 13:06:54 +0800 Subject: [PATCH] add app --- build/Dockerfile_app | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build/Dockerfile_app diff --git a/build/Dockerfile_app b/build/Dockerfile_app new file mode 100644 index 0000000..d131f04 --- /dev/null +++ b/build/Dockerfile_app @@ -0,0 +1,4 @@ +FROM registry.ngaiot.com/base-images/alpine_3.20_cst:7 +WORKDIR /app/ +COPY *.exe configFiles /app/ +CMD ["/app/app.exe"]