File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ case "${command}" in
6969 startingContainers;
7070 ;;
7171 " hello-world" )
72+ export $( cat .env | grep " #" -v)
7273 stoppingContainers;
7374 echo -e " Starting containers: - \033[1;35mKurento\033[0m and \033[1mKurento-Examples (hello-world)\033[0m"
7475 ${dockerCmd} -f docker-compose/kurento.yml up -d --remove-orphans
@@ -107,7 +108,8 @@ case "${command}" in
107108 export $( cat .env | grep " #" -v)
108109 echo " Pulling Docker images"
109110 docker pull curlimages/curl
110- ${dockerCmd} -f docker-compose/kurento.yml pull
111- ${dockerCmd} -f docker-compose/kurento-with-filters.yml pull
111+ ${dockerCmd} -f docker-compose/kurento.yml build kurento-examples
112+ ${dockerCmd} -f docker-compose/kurento.yml pull kurento
113+ ${dockerCmd} -f docker-compose/kurento-with-filters.yml build
112114 ;;
113115esac
You can’t perform that action at this time.
0 commit comments