server config
This commit is contained in:
parent
9c1f7b9b2f
commit
2cdbdd484f
6 changed files with 50 additions and 32 deletions
|
|
@ -3,3 +3,7 @@
|
|||
cd "$RUN_DIR/server"
|
||||
|
||||
npm install
|
||||
|
||||
if [ ! -e "$RUN_DIR/server/config.js" ]; then
|
||||
cp "$RUN_DIR/server/config.example.js" "$RUN_DIR/server/config.js"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue