Skip to content

Commit a3e7c30

Browse files
committed
another fix
1 parent 1fcbfa0 commit a3e7c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.docker/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

3-
docker-compose up -d --force-recreate
3+
docker-compose up -d
44
echo 'Wait 10 seconds'
55
sleep 10
66
echo 'Installation of the plugin'
7-
docker exec -t deeplearningtools-testing-env sh -c "qgis_setup.sh DeepLearningTools"
7+
docker exec -it deeplearningtools-testing-env sh -c "qgis_setup.sh DeepLearningTools"
88
echo 'Containers are running'

0 commit comments

Comments
 (0)