Corrected Docker Files
[optf/has.git] / conductor / docker / 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 api/
5 docker build -t controller controller/
6 docker build -t data data/
7 docker build -t solver solver/
8 docker build -t reservation reservation/