mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-12-16 05:09:50 +01:00
Added entrypoint script and Dockerfile port&volume
This commit is contained in:
6
entrypoint.sh
Normal file
6
entrypoint.sh
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user