aboutsummaryrefslogtreecommitdiff
path: root/dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'dockerfile')
-rw-r--r--dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dockerfile b/dockerfile
index 3c80fef..8749cb2 100644
--- a/dockerfile
+++ b/dockerfile
@@ -8,5 +8,7 @@ WORKDIR /
COPY . .
RUN pip install -r requirements.txt
+USER 1000:1000
+
ENTRYPOINT [ "python" ]
CMD [ "-u", "code/bot.py" ] \ No newline at end of file