update dockerfile
permission issues with entrypoint.sh
This commit is contained in:
parent
ce6b0561c6
commit
93a419d4f0
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user