We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57897c1 + 063a328 commit 8c0af54Copy full SHA for 8c0af54
1 file changed
Makefile
@@ -3,7 +3,5 @@ test_client:
3
4
build:
5
for image in builder cache controller database discovery logger registry; do \
6
- pushd $$image; \
7
- docker build -t deis/$$image .; \
8
- popd; \
+ make -C $$image build; \
9
done
0 commit comments