FROM registry.ngaiot.com/base-images/alpine_3.20_cst:7
WORKDIR /app/
COPY *.exe *.yaml /app/
CMD ["/app/app.exe"]