build: docker images (#2860)

This commit is contained in:
LongYinan
2023-06-27 17:23:19 +08:00
committed by GitHub
parent 05452bb297
commit dd58b1bbf6
13 changed files with 155 additions and 288 deletions

View File

@@ -34,7 +34,7 @@
"lodash-es": "^4.17.21",
"next-auth": "^4.22.1",
"parse-duration": "^1.1.0",
"prisma": "^4.16.0",
"prisma": "^4.16.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
},
@@ -42,7 +42,6 @@
"@napi-rs/image": "^1.6.1",
"@nestjs/testing": "^10.0.3",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.16.18",
"@types/supertest": "^2.0.12",
@@ -87,5 +86,8 @@
"**/*.spec.ts"
]
},
"stableVersion": "0.5.3"
"stableVersion": "0.5.3",
"installConfig": {
"hoistingLimits": "workspaces"
}
}