From f32e44f0ee1a461595b6c12f7128918e2ec83041 Mon Sep 17 00:00:00 2001 From: jeanGaston Date: Tue, 30 Jan 2024 11:35:23 +0100 Subject: [PATCH] i am still trying --- DataScraper/DOCKERFILE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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