Skip to content

Commit d7d0d41

Browse files
author
Taras Kubiv
committed
APITOCART-00000 fix composer
1 parent 1fb50b4 commit d7d0d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_me.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docker-compose up -d
4444
if [ $? -eq 0 ];
4545
then
4646
echo "Looks all ok, update related dependencies..."
47-
docker-compose run --rm composer update
47+
docker-compose run app composer update
4848
docker-compose run app php artisan migrate
4949
docker-compose run app php artisan db:seed
5050
else

0 commit comments

Comments
 (0)