feat(config/update.js): add support for updating with single-compose file (#680)

This commit is contained in:
Danny Avila 2023-07-21 18:51:35 -07:00 committed by GitHub
parent 2a2e6d9991
commit e38483a8b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 74 additions and 33 deletions

View file

@ -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",