소스 검색

update docs

Christian Winther 1 년 전
부모
커밋
df1f62e734
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker/shared/root/docker/entrypoint.d/01-permissions.sh

+ 1 - 1
docker/shared/root/docker/entrypoint.d/01-permissions.sh

@@ -6,7 +6,7 @@ source "${ENTRYPOINT_ROOT}/helpers.sh"
 
 entrypoint-set-script-name "$0"
 
-# Ensure the two Docker volumes and dot-env files are owned by the runtime user as other scripts
+# Ensure the Docker volumes and required files are owned by the runtime user as other scripts
 # will be writing to these
 run-as-current-user chown --verbose "${RUNTIME_UID}:${RUNTIME_GID}" "./.env"
 run-as-current-user chown --verbose "${RUNTIME_UID}:${RUNTIME_GID}" "./bootstrap/cache"