stack-orchestrator/container-build/cerc-lighthouse/build.sh
2022-08-24 12:40:15 -06:00

8 lines
228 B
Bash
Executable File

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