From 63797ac84955536a8801e723267053f944d686fa Mon Sep 17 00:00:00 2001 From: sanjay7178 Date: Sat, 1 Jun 2024 11:13:57 +0530 Subject: [PATCH] chore: Add .env and config.json files to build script --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 4439ce1..172ad52 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,6 @@ #!/bin/bash +cp ./configs/env-template.txt .env +cp ./configs/config-demo.json config.json TARGET="./cc-backend" VAR="./var"