forked from wallabag/docker
first commit
This commit is contained in:
8
root/entrypoint.sh
Normal file
8
root/entrypoint.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/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 "$@"
|
||||
Reference in New Issue
Block a user