summaryrefslogtreecommitdiffstats
path: root/build-dockers.sh
blob: 6814e3e33a8c544001e1824d014b9b64f7da831e (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 conductor/docker/api/
docker build -t controller conductor/docker/controller/
docker build -t data conductor/docker/data/
docker build -t solver conductor/docker/solver/
docker build -t reservation conductor/docker/reservation/