7 lines
134 B
Bash
Executable File
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 .
|