Skip to content

Commit

Permalink
Add pull krakend base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Volak authored and MartinSunal committed May 11, 2021
1 parent b1440e8 commit c680f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ function pullImages {
docker-compose --log-level ERROR -f $dockerComposeFileMicros pull
echo -e "${INFO} Pulling UniConfig images"
docker-compose --log-level ERROR -f $dockerComposeFileUniconfig pull
docker pull $(cat krakend/Dockerfile | grep "FROM" | cut -d ' ' -f2)
}


Expand Down

0 comments on commit c680f0a

Please sign in to comment.