Catch AbstractController::ActionNotFound instead of deprecated
[arvados.git] / docker / build.sh
1 #! /bin/sh
2
3 # build the base wheezy image
4 ./mkimage-debootstrap.sh arvados/debian wheezy http://debian.lcs.mit.edu/debian/
5
6 # build the Docker images
7 docker build -t arvados/base base
8 docker build -t arvados/api api
9 docker build -t arvados/docserver docserver