diff --git a/Dockerfile b/Dockerfile index 882a15e..53a433e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,8 @@ RUN touch settings.cfg RUN pip install --no-cache-dir --requirement requirements.txt +RUN addgroup -g 9999 lilia + +USER nobody:lilia + ENTRYPOINT ["python", "bot.py"]