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