This commit is contained in:
Thomas E Lackey 2022-12-06 10:47:26 -06:00
parent a351372cc6
commit 6377d8d5f8
3 changed files with 3 additions and 3 deletions

View File

@ -12,4 +12,4 @@ cerc-io/laconic-cns-cli
cerc-io/mobymask-watcher
cerc-io/watcher-ts
vulcanize/assemblyscript
vulcanize/eth_probe
vulcanize/eth-probe

View File

@ -15,7 +15,7 @@ services:
retries: 15
start_period: 10s
volumes:
- ../../eth_probe/db/schema.sql:/docker-entrypoint-initdb.d/init.sql
- ../../eth-probe/db/schema.sql:/docker-entrypoint-initdb.d/init.sql
ports:
- 5432
eth-probe-mq:

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# Build cerc/eth-probe
docker build -t cerc/eth-probe:local ${CERC_REPO_BASE_DIR}/eth_probe
docker build -t cerc/eth-probe:local ${CERC_REPO_BASE_DIR}/eth-probe