aboutsummaryrefslogtreecommitdiffhomepage
path: root/entrypoint.sh
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-06-19 08:03:55 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-06-19 08:03:55 -0700
commit8d7ca88c469cb9591c57c620043c90542bfb0911 (patch)
tree92563dd43c6a0f134d5049aa3a2e63d45e9eae6c /entrypoint.sh
parentfea05ea099424bab0f3d9cede6f054a7c4970a3f (diff)
parentb24251110179b86e12d6823618777ef133738861 (diff)
downloadhomer-8d7ca88c469cb9591c57c620043c90542bfb0911.tar.gz
homer-8d7ca88c469cb9591c57c620043c90542bfb0911.tar.zst
homer-8d7ca88c469cb9591c57c620043c90542bfb0911.zip
Merge branch 'master' of github.com-perso:bastienwirtz/homer20.06.1
Diffstat (limited to 'entrypoint.sh')
-rw-r--r--entrypoint.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
new file mode 100644
index 0000000..7623322
--- /dev/null
+++ b/entrypoint.sh
@@ -0,0 +1,6 @@
1#!/bin/sh
2
3yes n | cp -i /www/config.yml.dist /www/config.yml
4while true; do echo n; done | cp -Ri /app/dist/www/assets /www/assets 2>/dev/null
5
6darkhttpd /www/ --no-listing --port $PORT