We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c9fb7b + f112a5f commit 6464689Copy full SHA for 6464689
1 file changed
Makefile
@@ -61,6 +61,7 @@ install: check-fleet
61
62
pull:
63
$(call ssh_all,'for c in $(ALL_COMPONENTS); do docker pull deis/$$c; done')
64
+ $(call ssh_all,'docker pull deis/slugrunner')
65
66
restart: stop start
67
0 commit comments