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 1bbc76f commit ad1af56Copy full SHA for ad1af56
Makefile
@@ -114,8 +114,8 @@ ifeq ($(ALWAYS_CACHE_PROGRAMS),true)
114
make dev.cache-programs
115
endif
116
117
-dev.up.%: | check-memory ## Bring up a specific service and its dependencies with host volumes
118
- bash -c 'docker-compose $(STANDARD_COMPOSE_FILES) up -d $*'
+dev.up.%: | check-memory ## Bring up specific services (separated by plus-signs) and their dependencies with host volumes.
+ bash -c 'docker-compose $(STANDARD_COMPOSE_FILES) up -d $$(echo $* | tr + " ")'
119
ifeq ($(ALWAYS_CACHE_PROGRAMS),true)
120
121
0 commit comments