Fix chmod permissions

This commit is contained in:
cytopia
2018-03-04 13:07:39 +01:00
parent 7c6d2e9f6b
commit ad07f0bd4b

View File

@@ -33,6 +33,10 @@ CONTAINER="nginx:stable"
FINDME="am_i_really_working"
echo "<?php echo '${FINDME}';" > "${DOC_ROOT_HOST}/index.php"
# Fix mount permissions
chmod 0777 "${CONFIG_HOST}"
chmod 0777 "${DOC_ROOT_HOST}"
chmod 0644 "${DOC_ROOT_HOST}/index.php"
# Pull Image