Files
linux_script/dockerfiles/dataExporter/buildImage.sh
2025-02-05 14:20:41 +08:00

7 lines
134 B
Bash
Executable File

#!/bin/bash
cp ../../prometheus_data_exporter.py code/
cp -r ../../awinlib code/
sudo docker build --debug -t awin/sensors:latest .