Skip to content

Commit 2a63d16

Browse files
author
Matthew Fisher
committed
add build command
1 parent 4f6c72f commit 2a63d16

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
test_client:
22
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

Comments
 (0)