FROM registry.ngaiot.com/tools/cv4.10_np2.2:v2 WORKDIR /app/ COPY ./wuyuanbiaoba ./wuyuanbiaoba RUN pyinstaller -F --name=wuyuan.app --python-option=O ./wuyuanbiaoba/app.py COPY ./wuyuanbiaoba/config.json ./dist/ CMD ["/app/dist/wuyuan.app"]