diff options
Diffstat (limited to 'build-dockers.sh')
-rwxr-xr-x | build-dockers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-dockers.sh b/build-dockers.sh index 37698c8..6814e3e 100755 --- a/build-dockers.sh +++ b/build-dockers.sh @@ -1,5 +1,5 @@ #!/bin/bash -# TODO (IKRAM): need to test api only first to test the docker upload chain. +# 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/ |