Improve Docker setup and reduce memory usage of production containers (#338)

This commit is contained in:
Fynn Petersen-Frey
2022-07-13 14:42:00 +02:00
committed by GitHub
parent ae7e582ec8
commit bece6253d5
7 changed files with 19 additions and 26 deletions

View File

@@ -7,7 +7,7 @@
"license": "UNLICENSED",
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"build": "nest build immich && nest build microservices",
"format": "prettier --write \"apps/**/*.ts\" \"libs/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",