Update build and config scripts

This commit is contained in:
IshaVenikar
2024-06-20 16:58:33 +05:30
committed by prathamesh
parent 5166127f26
commit b093d60d39
2 changed files with 1 additions and 2 deletions
@@ -15,7 +15,6 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconicd/data/blockstore.db" ]; then
# remove existing daemon and client
rm -rf $HOME/.laconicd/*
rm -rf $HOME/.laconic/*
if [ -n "`which make`" ]; then
make install
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Build cerc/laconicd
# Build cerc/laconic2d
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
docker build -t cerc/laconic2d:local ${build_command_args} ${CERC_REPO_BASE_DIR}/laconic2d