Add workbench server to build.sh and run.sh
[arvados.git] / docker / build.sh
1 #! /bin/sh
2
3 # build the base wheezy image, if it doesn't already exist
4 (docker images | grep '^arvados/debian') || \
5   ./mkimage-debootstrap.sh arvados/debian wheezy http://debian.lcs.mit.edu/debian/
6
7 # build the Docker images
8 docker build -t arvados/base base
9 docker build -t arvados/api api
10 docker build -t arvados/docserver docserver
11 docker build -t arvados/workbench workbench