This commit is contained in:
2022-08-23 16:02:38 -06:00
parent b5df703f60
commit 8aae9b8f84
25 changed files with 65 additions and 65 deletions
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Build vulcanize/lighthouse
# Build cerc/lighthouse
# See: https://stackoverflow.com/a/246128/1701505
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
docker build -t vulcanize/lighthouse:local ${SCRIPT_DIR}
docker build -t cerc/lighthouse:local ${SCRIPT_DIR}