experiments with docker packaging, figuring out deploy plan

This commit is contained in:
Amruth Pillai
2022-03-03 09:35:13 +01:00
parent a30011e841
commit 2aa3786f5f
12 changed files with 241 additions and 15 deletions

View File

@@ -7,10 +7,11 @@
"node": ">=14.0.0"
},
"scripts": {
"start": "nx run-many --target=serve --all",
"build": "nx run-many --target=build --all",
"serve": "nx run-many --target=serve --all",
"test": "nx run-many --target=test --all",
"lint": "nx run-many --target=lint --all --fix",
"start": "nx run-many --target=serve --all --prod",
"build": "nx run-many --target=build --all --prod",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\"",
"prepare": "husky install",
"commit": "changeset"
@@ -38,7 +39,6 @@
"@nestjs/schedule": "^1.0.2",
"@nestjs/serve-static": "^2.2.2",
"@nestjs/typeorm": "^8.0.3",
"@next/bundle-analyzer": "^12.1.0",
"@nrwl/next": "13.8.3",
"@reduxjs/toolkit": "^1.8.0",
"autoprefixer": "^10.4.2",
@@ -62,7 +62,6 @@
"multer": "^1.4.4",
"nanoid": "^3.3.1",
"next": "^12.1.0",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^10.5.0",
"node-stream-zip": "^1.15.0",
"nodemailer": "^6.7.2",