Update DOCkERFILE

remove sudo from cmd
This commit is contained in:
jeanGaston 2024-02-06 08:35:10 +01:00
parent 76ae204e04
commit 613ebb200a

View File

@ -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"]