Refine location
This commit is contained in:
6
dockerfiles/dataExporter/buildImage.sh
Executable file
6
dockerfiles/dataExporter/buildImage.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cp ../../prometheus_data_exporter.py code/
|
||||
cp -r ../../awinlib code/
|
||||
|
||||
sudo docker build --debug -t awin/sensors:latest .
|
||||
Reference in New Issue
Block a user