We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31d414 commit cf96c87Copy full SHA for cf96c87
Makefile
@@ -75,7 +75,7 @@ endif
75
76
## Install backend dependencies
77
back:
78
- docker-compose up -d --remove-orphans php # PHP container is required for composer
+ docker-compose up -d --remove-orphans --no-deps php # PHP container is required for composer
79
ifneq ($(strip $(ADD_PHP_EXT)),)
80
# Install additional php extensions as this goal used in CI (todo stop doing it)
81
$(call php-0, apk add --no-cache $(ADD_PHP_EXT))
0 commit comments