Skip to content

Commit

Permalink
style(ct): fix wording to test CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Apr 11, 2024
1 parent d4a196b commit 77aec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/container-base/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ RUN <<EOF
EOF

USER root
# Prepare domaindir to be writeable when running on OpenShift (arbitrary UIDs)
# Prepare domain directory to be writeable when running on OpenShift (arbitrary UIDs)
# https://docs.openshift.com/container-platform/4.14/openshift_images/create-images.html#use-uid_create-images
RUN true && \
chgrp -R 0 "${DOMAIN_DIR}" && \
Expand Down

0 comments on commit 77aec0d

Please sign in to comment.