We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23613ba commit ccc73b3Copy full SHA for ccc73b3
1 file changed
services
@@ -220,7 +220,7 @@ case "${command}" in
220
"create")
221
export $(cat .env | grep "#" -v)
222
echo "Pulling Docker images"
223
- docker pull quay.io/curl/curl
+ docker pull -q quay.io/curl/curl
224
${dockerCmd} -f docker-compose/common.yml -f docker-compose/scorpio-aaio.yml -f docker-compose/orion-ld.yml -f docker-compose/stellio.yml pull
225
;;
226
*)
0 commit comments