diff options
Diffstat (limited to 'build-dockers.sh')
-rwxr-xr-x | build-dockers.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build-dockers.sh b/build-dockers.sh new file mode 100755 index 0000000..37698c8 --- /dev/null +++ b/build-dockers.sh @@ -0,0 +1,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/ |