We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce7d924 + 2a63d16 commit 35b6f47Copy full SHA for 35b6f47
1 file changed
Makefile
@@ -1,2 +1,9 @@
1
test_client:
2
python -m unittest discover client.tests
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; \
9
+ done
0 commit comments