From e204abfdde9bba342e2325f9a9bbd41c40bef5a1 Mon Sep 17 00:00:00 2001 From: stenny94 Date: Wed, 21 Jan 2026 19:00:45 -0600 Subject: [PATCH] Changes to be committed: modified: docker/entrypoint.sh --- docker/entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 50565a8..e1b9ad6 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -5,11 +5,10 @@ cd /usr/share/nginx rm -rf html mkdir html -git clone https://github.com/stenny94/kiosk-menu.git html +git clone https://git.brodystenfors.cloud/stenny94/kiosk-menu-image.git html cd html sed -i "s/*LOCATION/${LOCATION:-clay}/g" index.html -sed -i "s/*FILETYPE/${FILETYPE:-image}/g" index.html nginx -g "daemon off;"