Added entrypoint script and Dockerfile port&volume

This commit is contained in:
Glenn Toms
2020-06-18 15:46:33 +01:00
parent 5f71d1ea01
commit 29d6b359ab
4 changed files with 15 additions and 15 deletions

6
entrypoint.sh Normal file
View 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