Closed wslulciuc closed 4 years ago
The PR adds a health endpoint:
GET /healthcheck 200 OK
This PR also adds the flag --local to ./docker.up.sh providing the option to build images from source or pull from a remote repository (i.e docker hub).
--local
./docker.up.sh
$ ./docker.up.sh --local
/cc @frankcash thanks for the suggestion!
The PR adds a health endpoint:
Usage
This PR also adds the flag
--local
to./docker.up.sh
providing the option to build images from source or pull from a remote repository (i.e docker hub).Usage
/cc @frankcash thanks for the suggestion!