mirror of https://github.com/keeweb/keeweb
#1298 add variable to define a custom configuration within docker
parent
dc6afb765a
commit
7b4953a049
|
@ -31,6 +31,11 @@ then
|
|||
-days 3650 -nodes -sha256
|
||||
fi
|
||||
|
||||
if [ ${KEEWEB_CONFIG_URL} ]
|
||||
then
|
||||
sed -i /\(no content\)/${KEEWEB_CONFIG_URL}/g keeweb/index.html
|
||||
fi
|
||||
|
||||
# exec CMD
|
||||
echo ">> exec docker CMD"
|
||||
echo "$@"
|
||||
|
|
Loading…
Reference in New Issue