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

Remove print of image name from docker compose

This commit is contained in:
Shane Kilkelly 2020-07-09 16:28:18 +01:00
parent a7f903394e
commit 2235c6a4cc

View file

@ -80,8 +80,6 @@ function __main__() {
export REDIS_HOST
export REDIS_PORT
echo ">> Running with sharelatex-image=$IMAGE"
# shellcheck disable=SC2068
exec docker-compose -p "$project_name" ${compose_file_flags[@]} "$@"
}