Unverified Commit 1edf91a5 authored by kladko's avatar kladko

Fixed add README toc

parent 36367c1f
...@@ -18,10 +18,10 @@ jobs: ...@@ -18,10 +18,10 @@ jobs:
run: git submodule update --init --recursive run: git submodule update --init --recursive
- name: Build the Docker image - name: Build the Docker image
run: docker build . --file DockerfileSimulation --tag skalenetwork/sgxwalletsim:latest run: docker build . --file DockerfileSimulation --tag skalenetwork/sgxwalletsim:latest
- name: push docker image
run: docker push skalenetwork/sgxwalletsim:latest
- name: run docker image - name: run docker image
run: docker run -v ./sgx_data:/usr/src/sdk/sgx_data -d --network=host skalenetwork/sgxwalletsim:latest run: docker run -v ./sgx_data:/usr/src/sdk/sgx_data -d --network=host skalenetwork/sgxwalletsim:latest
- name: sleep and check - name: sleep and check
run: sleep 3; scripts/docker_test.py run: sleep 3; scripts/docker_test.py
- name: push docker image
run: docker push skalenetwork/sgxwalletsim:latest
...@@ -9,5 +9,5 @@ services: ...@@ -9,5 +9,5 @@ services:
volumes: volumes:
- ./sgx_data:/usr/src/sdk/sgx_data - ./sgx_data:/usr/src/sdk/sgx_data
restart: unless-stopped restart: unless-stopped
command: -s command: -s -d
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