We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5548ff + 8281132 commit c29d29eCopy full SHA for c29d29e
1 file changed
Makefile
@@ -5,6 +5,7 @@ include ../includes.mk
5
all: build run
6
7
build:
8
+ $(call rsync_all)
9
$(call ssh_all,'cd share/controller && sudo docker build -t deis/controller .')
10
11
install: check-fleet
0 commit comments