docker-entrypoint.sh
319 Bytes
#!/usr/bin/env bash
# script executé au démarrage du docker
service postgresql restart
for rep in $(find /var/gavo/inputs/[0-9a-zA-Z]* -maxdepth 0 -type d | cut -f5 -d'/')
do
dachs imp ${rep}/q.rd
dachs pub //services
dachs pub //tap
dachs pub ${rep}/q.rd
done
dachs serve restart
service apache2 restart