#!/bin/bash -x cd sgx-docker && docker build -t sgx . || exit 1 cd ../graphene-docker && docker build -t graphene . || exit 1 cd ../docker && docker build -t mitigator . || exit 1