Update DOCkERFILE
remove sudo from cmd
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user