Added xtra chown to ensure correct perms on every container start
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-05-26 14:10:22 +01:00
parent 332ab0b97d
commit 73a2e98d2e

View File

@ -55,6 +55,8 @@ EOF
chown www-data:www-data "$UPLOADS_HTACCESS"
fi
chown -R www-data:www-data /var/www/html/wp-content/uploads/
if [ -n "$@" ]; then
"$@"
fi