Rename runtime -> barrel

This commit is contained in:
Tom Wiesing 2020-07-14 16:23:36 +02:00
parent bc16eb5893
commit 2b8d3e817d
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
13 changed files with 7 additions and 7 deletions

View file

@ -0,0 +1,11 @@
#!/bin/bash
# This script contains
# chown the volumes to make sure they can be read and written by the limited user
chown www-data:www-data /var/www
chown www-data:www-data /var/www/.composer
chown www-data:www-data /var/www/data/
# run the original entrypoint
docker-php-entrypoint "$@"