1
0
mirror of https://github.com/wallabag/docker synced 2025-12-22 22:22:24 +00:00
Files
docker-wallabag/root/entrypoint.sh

9 lines
163 B
Bash
Executable File

#!/bin/sh
if [ "$1" = "wallabag" ];then
ansible-playbook -i /etc/ansible/hosts /etc/ansible/entrypoint.yml -c local
exec s6-svscan /etc/s6/
fi
exec "$@"