chore: complete update
This commit is contained in:
4
.archive/docker/php/docker-entrypoint.sh
Normal file
4
.archive/docker/php/docker-entrypoint.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
chown -R www-data:www-data /var/www/html/cache
|
||||
chmod -R 775 /var/www/html/cache
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user