diff --git a/DataScraper/DOCKERFILE b/DataScraper/DOCKERFILE index 69e5e13..ca9acb4 100644 --- a/DataScraper/DOCKERFILE +++ b/DataScraper/DOCKERFILE @@ -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"] \ No newline at end of file +CMD ["python", "main.py"] \ No newline at end of file