Merge "Fixed Controller unit tests and UnboundlocalError"
[optf/has.git] / build-dockers.sh
1 #!/bin/bash
2 # TODO (IKRAM): need to test api only first to test the docker upload chain. 
3 # Will enable the others once api is tested
4 docker build -t api conductor/docker/api/
5 docker build -t controller conductor/docker/controller/
6 docker build -t data conductor/docker/data/
7 docker build -t solver conductor/docker/solver/
8 docker build -t reservation conductor/docker/reservation/