it can now run in a docker container. YEEEY
This commit is contained in:
8
python/docker_entrypoint.sh
Normal file
8
python/docker_entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
service dbus start
|
||||
bluetoothd &
|
||||
|
||||
/bin/bash
|
||||
|
||||
sudo python3 main.py
|
||||
Reference in New Issue
Block a user