Update docker-compose.yml

This commit is contained in:
fys05 2024-03-05 18:31:54 +08:00 committed by GitHub
parent 2039e1905a
commit 279e54b549
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,4 +16,4 @@ services:
devices:
- /dev/sgx/enclave:/dev/sgx/enclave
- /dev/sgx/provision:/dev/sgx/provision
command: bash -c 'cp /configs/keyring.toml /root/occlum_instance; source /root/.bashrc; cd /root/occlum_instance; occlum print mrsigner; occlum print mrenclave; occlum run /bin/bnk-watcher /host/keyring.toml'
command: bash -c 'cp /configs/keyring.toml /root/occlum_instance; apt update; apt install curl -y; source /root/.bashrc; cd /root/occlum_instance; occlum print mrsigner; occlum print mrenclave; occlum run /bin/bnk-watcher /host/keyring.toml'