diff --git a/Dockerfile b/Dockerfile index 65ccc4e..58adedc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,8 @@ CMD ["pytest", "-v"] FROM base +RUN addgroup -g 911 nvbot && adduser -D -u 911 -G nvbot nvbot + +USER nvbot + CMD ["python", "main.py"] diff --git a/VERSION b/VERSION index 7636e75..ee74734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.5 +4.1.0