From 1ea0a7459de38921458300d81034ef5b5a91c2c8 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Sun, 26 Mar 2023 10:34:45 -0600 Subject: [PATCH] Build op-geth container --- app/data/container-build/cerc-optimism-l2geth/build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 app/data/container-build/cerc-optimism-l2geth/build.sh diff --git a/app/data/container-build/cerc-optimism-l2geth/build.sh b/app/data/container-build/cerc-optimism-l2geth/build.sh new file mode 100755 index 00000000..3ffada73 --- /dev/null +++ b/app/data/container-build/cerc-optimism-l2geth/build.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +# Build cerc/optimism-l2geth +docker build -t cerc/optimism-l2geth:local ${CERC_REPO_BASE_DIR}/op-geth