Selaa lähdekoodia

fix(shell): update shell 2

gemercheung 3 vuotta sitten
vanhempi
commit
659ac04b6f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docker/start.sh

+ 1 - 1
docker/start.sh

@@ -36,7 +36,7 @@ else
         docker rm $CONTAINER_NAME -f
     fi
     echo "has container and docker-compose up"
-    docker-compose up -d
+    $(which docker-compose) up -d
     
 fi