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 81b6e15 commit e0359aeCopy full SHA for e0359ae
Dockerfile
@@ -14,8 +14,8 @@ ENV PYTHONUNBUFFERED=1
14
ENV UV_COMPILE_BYTECODE=1
15
16
# Create non-root user early for better security
17
-RUN groupadd --gid 1000 hyperion && \
18
- useradd --uid 1000 --gid hyperion --shell /bin/bash --create-home hyperion
+RUN groupadd --gid 10101 hyperion && \
+ useradd --uid 10101 --gid hyperion --shell /bin/bash --create-home hyperion
19
20
WORKDIR /hyperion
21
0 commit comments