1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 23:38:06 +02:00

Merge branch 'master' of github.com:overleaf/toolkit

This commit is contained in:
Shane Kilkelly 2020-07-23 09:30:08 +01:00
commit fcc2691051

View file

@ -16,7 +16,7 @@ if [[ ! -d "$TOOLKIT_ROOT/bin" ]] || [[ ! -d "$TOOLKIT_ROOT/config" ]]; then
fi
function __main__() {
exec "$TOOLKIT_ROOT/bin/docker-compose" exec mongo mongo
exec "$TOOLKIT_ROOT/bin/docker-compose" exec mongo mongo sharelatex
}
__main__ "$@"