Changes to be committed:
modified: docker/entrypoint.sh
This commit is contained in:
@@ -5,11 +5,10 @@ cd /usr/share/nginx
|
|||||||
rm -rf html
|
rm -rf html
|
||||||
mkdir 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
|
cd html
|
||||||
sed -i "s/*LOCATION/${LOCATION:-clay}/g" index.html
|
sed -i "s/*LOCATION/${LOCATION:-clay}/g" index.html
|
||||||
sed -i "s/*FILETYPE/${FILETYPE:-image}/g" index.html
|
|
||||||
|
|
||||||
nginx -g "daemon off;"
|
nginx -g "daemon off;"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user