4 lines
195 B
Bash
Executable file
4 lines
195 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 serve
|