fix
This commit is contained in:
@@ -116,7 +116,7 @@ services:
|
|||||||
- |
|
- |
|
||||||
apk add --no-cache ca-certificates curl
|
apk add --no-cache ca-certificates curl
|
||||||
mkdir -p /config
|
mkdir -p /config
|
||||||
[ ! -f /config/rollup.json ] && curl -fsSL -o /config/rollup.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/rollup.json"
|
[ -f /config/rollup.json ] || curl -fsSL -o /config/rollup.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/rollup.json"
|
||||||
restart: no
|
restart: no
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ services:
|
|||||||
- |
|
- |
|
||||||
apk add --no-cache ca-certificates curl
|
apk add --no-cache ca-certificates curl
|
||||||
mkdir -p /config
|
mkdir -p /config
|
||||||
[ ! -f /config/rollup.json ] && curl -fsSL -o /config/rollup.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/rollup.json"
|
[ -f /config/rollup.json ] || curl -fsSL -o /config/rollup.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/rollup.json"
|
||||||
restart: no
|
restart: no
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ services:
|
|||||||
- |
|
- |
|
||||||
apk add --no-cache ca-certificates curl
|
apk add --no-cache ca-certificates curl
|
||||||
mkdir -p /config
|
mkdir -p /config
|
||||||
[ ! -f /config/rollup.json ] && curl -fsSL -o /config/rollup.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/rollup.json"
|
[ -f /config/rollup.json ] || curl -fsSL -o /config/rollup.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/rollup.json"
|
||||||
restart: no
|
restart: no
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
Reference in New Issue
Block a user