We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692216d commit 88f5b8bCopy full SHA for 88f5b8b
Makefile
@@ -79,7 +79,7 @@ endif
79
80
## Install backend dependencies
81
back:
82
- 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
83
$(call php-0, apk add --no-cache $(ADD_PHP_EXT))
84
$(call php-0, kill -USR2 1)
85
ifdef INSTALL_DEV_DEPENDENCIES
0 commit comments