venue is configurable at runtime
This commit is contained in:
5
entrypoint.sh
Normal file
5
entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env ash
|
||||
cd /StandaloneRequestServer
|
||||
sed -i "s/\$venueName = 'Default Venue';/\$venueName = '${VENUE}';/" settings.inc
|
||||
sed -i "s/<span class=title>OpenKJ Songbook<\/span>/<span class=title>${VENUE} Songbook<\/span>/" global.inc
|
||||
php -S 0.0.0.0:8000
|
||||
Reference in New Issue
Block a user