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:
parent
9ce893b1e3
commit
63797ac849
2
build.sh
2
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user