mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 15:25:49 +00:00
make it possible to use additional local .env entries
This commit is contained in:
parent
434fbb6d2f
commit
27e99fbd03
1
.env.local.dist
Normal file
1
.env.local.dist
Normal file
@ -0,0 +1 @@
|
||||
// for local .env entries
|
||||
@ -3,7 +3,8 @@
|
||||
# or NPM_BIN Path and NVM_DIR must be adjusted
|
||||
|
||||
cd /var/www/html/gradido
|
||||
eval "echo \"$(cat .env.shell)\"" > .env
|
||||
eval "echo \"$(cat .env.local)\"" > .env
|
||||
eval "echo \"$(cat .env.shell)\"" >> .env
|
||||
cd frontend
|
||||
|
||||
NPM_BIN=/root/.nvm/versions/node/v12.19.0/bin/npm
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user