This commit is contained in:
goldsquid
2026-06-06 09:17:35 +07:00
parent 49a3b5c8b7
commit 19739b5c34
3 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ services:
- |
apk add --no-cache ca-certificates curl
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
networks:
- chains

View File

@@ -116,7 +116,7 @@ services:
- |
apk add --no-cache ca-certificates curl
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
networks:
- chains

View File

@@ -116,7 +116,7 @@ services:
- |
apk add --no-cache ca-certificates curl
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
networks:
- chains