We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0491e7d commit fbb833dCopy full SHA for fbb833d
1 file changed
services
@@ -149,6 +149,7 @@ case "${command}" in
149
"create")
150
export $(cat .env | grep "#" -v)
151
echo "Pulling Docker images"
152
+ docker pull curlimages/curl
153
docker-compose --log-level ERROR -p fiware pull
154
;;
155
*)
0 commit comments