build-mitigator 181 B

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