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 f7c845c commit 5c4bcae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ case "${command}" in
"create")
export $(cat .env | grep "#" -v)
echo "Pulling Docker images"
docker pull quay.io/curl/curl
${dockerCmd} pull --ignore-buildable
docker pull -q quay.io/curl/curl
${dockerCmd} pull --ignore-pull-failures--ignore-buildable
echo "Rebuilding iota-gateway Docker image"
${dockerCmd} build iota-gateway --no-cache
;;
Expand Down

0 comments on commit 5c4bcae

Please sign in to comment.