Skip to content

Commit ef07995

Browse files
committed
set permissions on wp-content and .htaccess
1 parent e072598 commit ef07995

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

start.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ php_value max_input_vars ${MAX_INPUT_VARS:-3000}
1313
php_value output_buffering ${OUTPUT_BUFFERING:-9096}
1414
EOF
1515

16+
chown www-data:www-data /var/www/html/.htaccess
17+
18+
mkdir -p /var/www/html/wp-content
19+
chown -R www-data:www-data /var/www/html/wp-content
20+
1621
docker-entrypoint.sh apache2-foreground

0 commit comments

Comments
 (0)