diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-19 08:03:55 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-19 08:03:55 -0700 |
commit | 8d7ca88c469cb9591c57c620043c90542bfb0911 (patch) | |
tree | 92563dd43c6a0f134d5049aa3a2e63d45e9eae6c /entrypoint.sh | |
parent | fea05ea099424bab0f3d9cede6f054a7c4970a3f (diff) | |
parent | b24251110179b86e12d6823618777ef133738861 (diff) | |
download | homer-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.sh | 6 |
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 | |||
3 | yes n | cp -i /www/config.yml.dist /www/config.yml | ||
4 | while true; do echo n; done | cp -Ri /app/dist/www/assets /www/assets 2>/dev/null | ||
5 | |||
6 | darkhttpd /www/ --no-listing --port $PORT | ||