Added a custom entrypoint script and finished off the saving feature of the admin page.
This commit is contained in:
8
entrypoint.sh
Normal file
8
entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Custom entrypoint.sh: `hostname -s`!"
|
||||
chmod -Rfv ugo+w /var/www/html/dat
|
||||
|
||||
exec docker-php-entrypoint apache2-foreground
|
||||
|
||||
Reference in New Issue
Block a user