Files
kiosk-menu-image/docker/entrypoint.sh
stenny94 e204abfdde Changes to be committed:
modified:   docker/entrypoint.sh
2026-01-21 19:00:45 -06:00

15 lines
221 B
Bash

#!/bin/bash
cd /usr/share/nginx
rm -rf html
mkdir html
git clone https://git.brodystenfors.cloud/stenny94/kiosk-menu-image.git html
cd html
sed -i "s/*LOCATION/${LOCATION:-clay}/g" index.html
nginx -g "daemon off;"