diff --git a/Dockerfile b/Dockerfile index 51f4402..1ba224c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN pip install -r requirements.txt COPY scrape.py ./ USER nobody:nogroup -CMD [ "python", "scrape.py" ] \ No newline at end of file +CMD [ "python", "-u", "scrape.py" ] \ No newline at end of file