]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - entrypoint.sh
Fix Github action trigger syntax
[github/bastienwirtz/homer.git] / entrypoint.sh
1 #!/bin/sh
2
3 yes n | cp -i /www/config.yml.dist /www/config.yml
4 while true; do echo n; done | cp -Ri /app/dist/www/assets /www/assets 2>/dev/null
5
6 darkhttpd /www/ --no-listing --port $PORT