stack-orchestrator/app/data/container-build/cerc-lighthouse/build.sh

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}