Skip to content

Commit cae9a42

Browse files
committed
Fix permission issue
1 parent 513a563 commit cae9a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ENV PYTHONUNBUFFERED=1
1414
ENV UV_COMPILE_BYTECODE=1
1515

1616
# 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
17+
RUN groupadd --gid 10101 hyperion && \
18+
useradd --uid 10101 --gid hyperion --shell /bin/bash --create-home hyperion
1919

2020
WORKDIR /hyperion
2121

0 commit comments

Comments
 (0)