passing alternative config path
Aligned config path location with linux spec
This commit is contained in:
parent
2970cc6f7b
commit
afec3b3a8b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
## For now keeping this simple. Potentially eventually add all command args as envvars for the Dockerfile or use safe way to add args via docker-compose.yml
|
## For now keeping this simple. Potentially eventually add all command args as envvars for the Dockerfile or use safe way to add args via docker-compose.yml
|
||||||
chainquery serve
|
chainquery -c "/etc/chainquery/chainqueryconfig.toml" serve
|
||||||
|
|
Loading…
Reference in a new issue