Change priviledge
change port webgui
This commit is contained in:
jeanGaston
2024-01-30 10:45:43 +01:00
parent ce5e746266
commit 407f89a326
2 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -11,6 +11,4 @@ COPY ./main.py /app/
RUN pip3 install --no-cache-dir bluepy
# Set the entry point
CMD ["python", "main.py"]
#Run as root
USER root
CMD ["python", "main.py"]