Skip to content

Commit

Permalink
Amend pull
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 15, 2023
1 parent fc8864d commit ff3b651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ case "${command}" in
"create")
export $(cat .env | grep "#" -v)
echo "Pulling Docker images"
docker pull curlimages/curl
docker pull -q quay.io/curl/curl
${dockerCmd} -f docker-compose/common.yml -f docker-compose/scorpio-aaio.yml -f docker-compose/orion-ld.yml -f docker-compose/stellio.yml pull
;;
*)
Expand Down

0 comments on commit ff3b651

Please sign in to comment.