fix(docker): reintroduce docker healthcheck

This commit is contained in:
Elian Doran
2025-05-23 22:37:16 +03:00
parent 43d9f77518
commit 9867d1ab9f
3 changed files with 5 additions and 3 deletions

View File

@@ -208,7 +208,6 @@
"options": {
"main": "apps/server/src/main.ts",
"outputPath": "apps/server/dist",
"outputFileName": "main.js",
"tsConfig": "apps/server/tsconfig.app.json",
"platform": "node",
"external": [
@@ -226,6 +225,9 @@
"esbuildOptions": {
"splitting": false
},
"additionalEntryPoints": [
"apps/server/src/docker_healthcheck.ts"
],
"assets": [
{
"glob": "**/*",