aboutsummaryrefslogtreecommitdiffhomepage
path: root/entrypoint.sh
blob: 7623322067fdf874375a9bee0cb77d7eb229a44f (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

yes n | cp -i /www/config.yml.dist /www/config.yml
while true; do echo n; done | cp -Ri /app/dist/www/assets /www/assets 2>/dev/null

darkhttpd /www/ --no-listing --port $PORT