forked from GNUsocial/gnu-social
[TOOLS][SSL] Added bin/boostrap_certificates.sh, allowing for easy configuration of SSL certificates with Let's Encrypt
This commit is contained in:
11
docker/php/entrypoint.sh
Executable file
11
docker/php/entrypoint.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
/wait_for_db.sh
|
||||
|
||||
echo "Got response from DB"
|
||||
|
||||
for script in /var/entrypoint.d/*.sh; do
|
||||
$script
|
||||
done
|
||||
|
||||
exec php-fpm
|
Reference in New Issue
Block a user