diff --git a/Dockerfile b/Dockerfile index eee2c5c..70a34fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,6 @@ COPY requirements.txt ./ RUN pip install -r requirements.txt COPY scrape.py ./ + +USER nobody:nogroup CMD [ "python", "scrape.py" ] \ No newline at end of file