Update DOCkERFILE
remove sudo from cmd
This commit is contained in:
parent
76ae204e04
commit
613ebb200a
@ -15,4 +15,4 @@ RUN apt-get update && apt-get install -y \
|
||||
RUN pip3 install --no-cache-dir bluepy
|
||||
|
||||
# Set the entry point
|
||||
CMD ["sudo","python", "main.py"]
|
||||
CMD ["python", "main.py"]
|
||||
Loading…
Reference in New Issue
Block a user