afec3b3a8b
Aligned config path location with linux spec
4 lines
238 B
Bash
Executable file
4 lines
238 B
Bash
Executable file
#!/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
|
|
chainquery -c "/etc/chainquery/chainqueryconfig.toml" serve
|