stack-orchestrator/container-build/cerc-keycloak/build.sh
Thomas E Lackey df0bf549a2
Keycloak + nginx reverse proxy (#63)
* Example Keycloak config.

* Proxy for geth, ipld-eth-server, and lighthouse.

* Add metrics.
2022-12-14 12:59:40 -06:00

9 lines
226 B
Bash
Executable File

#!/usr/bin/env bash
#
#Build cerc/keycloack
# See: https://stackoverflow.com/a/246128/1701505
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
docker build -t cerc/keycloak:local ${SCRIPT_DIR}