5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
docker run -v $(pwd)/loader:/app -v /etc/machine-id:/etc/machine-id -it reg.kas.pub/bhyg python3 loader.py
|