diff --git a/DataScraper/DOCKERFILE b/DataScraper/DOCKERFILE index 9b9adf8..37fe50e 100644 --- a/DataScraper/DOCKERFILE +++ b/DataScraper/DOCKERFILE @@ -12,4 +12,4 @@ COPY ./main.py /app/ RUN pip3 install --no-cache-dir bluepy # Set the entry point -CMD ["python", "main.py"] \ No newline at end of file +CMD ["sudo","python", "main.py"] \ No newline at end of file