update dockerfile
permission issues with entrypoint.sh
This commit is contained in:
@@ -17,4 +17,5 @@ RUN pip3 install --no-cache-dir bleak
|
|||||||
|
|
||||||
# Set the entry point
|
# Set the entry point
|
||||||
COPY entrypoint.sh .
|
COPY entrypoint.sh .
|
||||||
|
RUN ["chmod", "+x", "./entrypoint.sh"]
|
||||||
CMD ./entrypoint.sh
|
CMD ./entrypoint.sh
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
service dbus start
|
service dbus start
|
||||||
service bluetooth start
|
service bluetooth start
|
||||||
python3 ./main.py
|
python3 ./main.py
|
||||||
Reference in New Issue
Block a user