Improved Dockerfile

This commit is contained in:
Jose Selesan
2026-04-10 19:44:33 -03:00
parent 8210a4bd9b
commit 91dfdce66d
5 changed files with 120 additions and 22 deletions

View File

@@ -3,6 +3,7 @@
"scripts": {
"dev": "bun run --hot src/server.ts",
"start": "bun src/server.ts",
"build": "tsc -b",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
@@ -25,11 +26,11 @@
"pino": "10.3.1",
"pino-pretty": "13.1.3",
"pino-std-serializers": "7.1.0",
"prisma": "^7",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/bun": "latest",
"@types/nodemailer": "^8.0.0",
"prisma": "^7"
"@types/nodemailer": "^8.0.0"
}
}