]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - entrypoint.sh
Merge pull request #87 from GlennToms/master
[github/bastienwirtz/homer.git] / entrypoint.sh
diff --git a/entrypoint.sh b/entrypoint.sh
new file mode 100644 (file)
index 0000000..7623322
--- /dev/null
@@ -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