Unverified Commit e1b58e83 authored by kladko's avatar kladko

SKALE-2341 Added tags for older commits

parent fbec7209
...@@ -70,11 +70,7 @@ cd scripts; ./build.py; cd .. ...@@ -70,11 +70,7 @@ cd scripts; ./build.py; cd ..
Go to the project's top directory, then run Go to the project's top directory, then run
```bash ```bash
libtoolize --force ./autoconf.bash
aclocal
autoheader
automake --force-missing --add-missing
autoconf
./configure ./configure
make make
......
version: '3' version: '3'
services: services:
sgxwallet: sgxwallet:
image: skalenetwork/sgxwallet:latest_commit image: skalenetwork/sgxwallet:latest
ports: ports:
- "1026:1026" - "1026:1026"
- "1027:1027" - "1027:1027"
...@@ -17,6 +17,7 @@ services: ...@@ -17,6 +17,7 @@ services:
max-size: "10m" max-size: "10m"
max-file: "4" max-file: "4"
restart: unless-stopped restart: unless-stopped
command: -s -d -y command: -s
healthcheck:
test: ["CMD", "ls /dev/isg /dev/mei0"]
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