mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-26 12:24:10 +01:00
feat(config/update.js): add support for updating with single-compose file (#680)
This commit is contained in:
parent
2a2e6d9991
commit
e38483a8b9
3 changed files with 74 additions and 33 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"update": "node config/update.js",
|
||||
"update:local": "node config/update.js -l",
|
||||
"update:docker": "node config/update.js -d",
|
||||
"update:single": "node config/update.js -s",
|
||||
"upgrade": "node config/upgrade.js",
|
||||
"create-user": "node config/create-user.js",
|
||||
"backend": "cross-env NODE_ENV=production node api/server/index.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue