nabarun
d92a1febed
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) Co-authored-by: Shreerang Kale <shreerangkale@gmail.com> Reviewed-on: #33
6 lines
214 B
Bash
Executable File
6 lines
214 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Build cerc/laconic-shopify-faucet
|
|
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
|
docker build -t cerc/laconic-shopify-faucet:local ${build_command_args} ${CERC_REPO_BASE_DIR}/laconic-faucet
|