#1298 add variable to define a custom configuration within docker

pull/1299/head
Thoralf Rickert-Wendt 4 years ago
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…
Cancel
Save