We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee394e commit afab5d1Copy full SHA for afab5d1
1 file changed
services
@@ -69,7 +69,7 @@ case "${command}" in
69
startingContainers;
70
;;
71
"hello-world")
72
- export $(cat .env | grep "#" -v)
+ export $(cat .env | grep "#" -v)
73
stoppingContainers;
74
echo -e "Starting containers: - \033[1;35mKurento\033[0m and \033[1mKurento-Examples (hello-world)\033[0m"
75
${dockerCmd} -f docker-compose/kurento.yml up -d --remove-orphans
0 commit comments