7 lines
88 B
Bash
7 lines
88 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
php /var/www/html/docker/ensure-database.php
|
|
|
|
exec apache2-foreground
|