SKALE-2686 open http port

parent 6e96913e
......@@ -6,6 +6,7 @@ services:
- "1026:1026"
- "1027:1027"
- "1028:1028"
- "1029:1029"
devices:
- "/dev/isgx"
- "/dev/mei0"
......
......@@ -6,6 +6,7 @@ services:
- "1026:1026"
- "1027:1027"
- "1028:1028"
- "1029:1029"
volumes:
- ./sgx_data:/usr/src/sdk/sgx_data
- /dev/urandom:/dev/random
......
......@@ -46,8 +46,6 @@ BLS_DIR = topDir + "/libBLS"
BLS_BUILD_DIR = BLS_DIR + "/build"
JSON_LIBS_DIR = topDir + "/jsonrpc"
#subprocess.call(["git", "submodule", "update", "--init"])
print("Cleaning")
subprocess.call(["rm", "-f", "install-sh"])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment