We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e28964 commit 2490dceCopy full SHA for 2490dce
Dockerfile
@@ -1,8 +1,8 @@
1
FROM python:3.11.12-slim
2
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/
3
4
-RUN groupadd --gid 1000 bot && \
5
- useradd --uid 1000 --gid bot bot --create-home && \
+RUN groupadd bot && \
+ useradd --gid bot --create-home bot && \
6
rm -rf /var/cache/* /var/log/*
7
8
USER bot
0 commit comments