X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=entrypoint.sh;fp=entrypoint.sh;h=7623322067fdf874375a9bee0cb77d7eb229a44f;hb=8d7ca88c469cb9591c57c620043c90542bfb0911;hp=0000000000000000000000000000000000000000;hpb=fea05ea099424bab0f3d9cede6f054a7c4970a3f;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100644 index 0000000..7623322 --- /dev/null +++ b/entrypoint.sh @@ -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