Issue-ID: OPTFRA-123
Change-Id: I9334bda9ef05ed18c4e1fe35616b53e9ba128dc1
Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
--- /dev/null
+#!/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/
+++ /dev/null
-#!/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/