Skip to content

Commit 88f5b8b

Browse files
author
David Ferlay
committed
Prevent CI job prepare:back to try spinning dependant services
1 parent 692216d commit 88f5b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ endif
7979

8080
## Install backend dependencies
8181
back:
82-
docker-compose up -d --remove-orphans php # PHP container is required for composer
82+
docker-compose up -d --remove-orphans --no-deps php # PHP container is required for composer
8383
$(call php-0, apk add --no-cache $(ADD_PHP_EXT))
8484
$(call php-0, kill -USR2 1)
8585
ifdef INSTALL_DEV_DEPENDENCIES

0 commit comments

Comments
 (0)