Commit 64ac3cad4fa77966f64be51a0a398554e7dc447e
1 parent
41c17fd874
Exists in
master
and in
4 other branches
Specify filename when running docker-compose exec
Showing 1 changed file with 1 additions and 1 deletions
deploy.sh
View file @
64ac3ca
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | sleep 120 |
24 | 24 | |
25 | 25 | # create and populate the database |
26 | -docker-compose exec api php artisan migrate:fresh --seed --force | |
26 | +docker-compose -f docker-compose-jfrog.yml exec api php artisan migrate:fresh --seed --force | |
27 | 27 | |
28 | 28 | #Check that everything is running succesfully |
29 | 29 | docker ps -a | grep "^CONTAINER\|/curex-local/kea_" |