Five critical fixes discovered and patched on production (192.168.9.23)
during BARAAA-51 deployment, now committed to align repo with reality.
1. tsconfig.build.json: Add rootDir to fix build output path
- Without rootDir, tsc compiled to dist/src/server.js
- Dockerfile CMD expected dist/server.js
- Now builds correctly to dist/server.js
2. Dockerfile: Correct CMD path back to dist/server.js
- Reverts workaround commit
|
||
|---|---|---|
| .. | ||
| db | ||
| lib | ||
| routes | ||
| services | ||
| socket | ||
| app.ts | ||
| config.ts | ||
| server.ts | ||