File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- FROM onfinality /subql-node:v1.21.2 as subql-node
1+ FROM subquerynetwork /subql-node-substrate:v3.10.1 as subql-node
22LABEL maintainer="hello@acala.network"
33
44VOLUME ["/app" ]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN yarn workspace @acala-network/evm-subql pack
1818
1919# =============
2020
21- FROM onfinality /subql-node:v1.21.2
21+ FROM subquerynetwork /subql-node-substrate:v3.10.1
2222LABEL maintainer="hello@acala.network"
2323
2424COPY --from=builder /app/packages/evm-subql/package.tgz /tmp
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ services:
3131 volumes :
3232 - ./:/app
3333 command :
34+ - ${SUB_COMMAND:-} # set SUB_COMMAND env variable to "test" to run tests
3435 - -f=/app/project-acala.yaml
3536 - --network-endpoint=wss://acala-rpc.aca-api.network
3637 - --db-schema=acala_evm
You can’t perform that action at this time.
0 commit comments