Reduce size of container image (#1777)
* Reduce size of container image * Add deprecation message for automatic --mathjax
This commit is contained in:
+2
-1
@@ -6,4 +6,5 @@ if [ ! -d .git ]; then
|
||||
fi
|
||||
|
||||
# Start gollum service
|
||||
gollum --mathjax
|
||||
[[ "$@" != *--mathjax* ]] && echo "WARNING: Mathjax will soon be disabled by default. To explicitly enable it, use --mathjax" >&2
|
||||
exec gollum $@ --mathjax
|
||||
|
||||
Reference in New Issue
Block a user