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 9451d90 commit f3165ecCopy full SHA for f3165ec
Dockerfile
@@ -53,7 +53,7 @@ RUN touch /app/healthcheck
53
54
# Create non-root user with UID 1000 to match Kubernetes securityContext
55
# This ensures the application can write to /app/healthcheck at runtime
56
-RUN groupadd -g 1000 oracle && \
+RUN groupadd -f -g 1000 oracle && \
57
useradd -u 1000 -g oracle -s /bin/bash -m oracle
58
59
# Change ownership of all /app files to the oracle user
0 commit comments