1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-04-11 06:25:56 +02:00

chore: Add .env and config.json files to build script

This commit is contained in:
sanjay7178 2024-06-01 11:13:57 +05:30
parent 9ce893b1e3
commit 63797ac849

@ -1,4 +1,6 @@
#!/bin/bash
cp ./configs/env-template.txt .env
cp ./configs/config-demo.json config.json
TARGET="./cc-backend"
VAR="./var"