1
0
mirror of https://github.com/taigrr/homer synced 2025-01-18 04:53:12 -08:00
homer/entrypoint.sh

7 lines
187 B
Bash

#!/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