Skip to content

Commit

Permalink
docker 镜像支持多包模式
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Dec 10, 2024
1 parent 1add626 commit 4067fb1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 9 additions & 0 deletions deploy/enterprise/app/platform/lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"packages": [
"steedos-packages/*"
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.0.0"
}

7 changes: 6 additions & 1 deletion deploy/enterprise/app/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "steedos-enterprise",
"private": true,
"workspaces": [
"steedos-packages/*"
],
"scripts": {
"start": "steedos start"
"start": "steedos start",
"build": "lerna run build"
},
"dependencies": {
"lerna": "^4.0.0",
"@builder6/mongodb-api": "^0.0.8",
"@steedos-labs/analytics": "^0.1.32",
"@steedos/service-community": "~2.7",
Expand Down

0 comments on commit 4067fb1

Please sign in to comment.