i am still trying

This commit is contained in:
jeanGaston 2024-01-30 11:35:23 +01:00
parent 012208b596
commit f32e44f0ee

View File

@ -12,4 +12,4 @@ COPY ./main.py /app/
RUN pip3 install --no-cache-dir bluepy RUN pip3 install --no-cache-dir bluepy
# Set the entry point # Set the entry point
CMD ["python", "main.py"] CMD ["sudo","python", "main.py"]