Skip to content

Commit 95dcdaa

Browse files
Update Dockerfile comment
Co-authored-by: Copilot <[email protected]>
1 parent f3165ec commit 95dcdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ COPY pyproject.toml ./
5151
# Create healthcheck file
5252
RUN touch /app/healthcheck
5353

54-
# Create non-root user with UID 1000 to match Kubernetes securityContext
54+
# Create non-root user with UID 1000 for improved security
5555
# This ensures the application can write to /app/healthcheck at runtime
5656
RUN groupadd -f -g 1000 oracle && \
5757
useradd -u 1000 -g oracle -s /bin/bash -m oracle

0 commit comments

Comments
 (0)