We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcbfa0 commit a3e7c30Copy full SHA for a3e7c30
.docker/start.sh
@@ -1,8 +1,8 @@
1
#!/usr/bin/env bash
2
3
-docker-compose up -d --force-recreate
+docker-compose up -d
4
echo 'Wait 10 seconds'
5
sleep 10
6
echo 'Installation of the plugin'
7
-docker exec -t deeplearningtools-testing-env sh -c "qgis_setup.sh DeepLearningTools"
+docker exec -it deeplearningtools-testing-env sh -c "qgis_setup.sh DeepLearningTools"
8
echo 'Containers are running'
0 commit comments