Added docker support
This commit is contained in:
parent
ccc5337dc1
commit
113f0c647b
5 changed files with 77 additions and 1 deletions
5
frontend/envVars.sh
Executable file
5
frontend/envVars.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
SETTINGFILE=`find /usr/share/nginx/html/_astro/ -name 'CardList.*.js'`
|
||||
|
||||
echo "Setting backend in $SETTINGFILE to $BACKEND"
|
||||
|
||||
sed -i "s#ENDPOINT#$BACKEND#g" $SETTINGFILE
|
||||
Loading…
Add table
Add a link
Reference in a new issue