Files
WebGIS_PovertyMap/docker/app-entrypoint.sh
T

7 lines
88 B
Bash

#!/bin/sh
set -e
php /var/www/html/docker/ensure-database.php
exec apache2-foreground