summaryrefslogtreecommitdiffstats
path: root/conductor/docker/build-dockers.sh
blob: f62a6fd0e1c566280c23935fe7ce538197cb7bf1 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# TODO (IKRAM): need to test api only first to test the docker upload chain. 
# Will enable the others once api is tested
docker build -t api api/
docker build -t controller controller/
docker build -t data data/
docker build -t solver solver/
docker build -t reservation reservation/