drupal-docker-lite
drupal-docker-lite copied to clipboard
sites/default/files permissions are invalid after site-install is run
I've noticed that the Aggregate JavaScript files checkbox in the UI is disabled after most site-install runs. A quick fix is to run chmod -R 755 sites/default, but we shouldn't have to manually change permissions like that.