fix: align tsconfig rootDir and Dockerfile CMD path

This commit is contained in:
2026-03-14 22:03:55 -03:00
parent 31c57d741f
commit ef50711a35
2 changed files with 3 additions and 3 deletions

View File

@@ -6,4 +6,4 @@ COPY . .
RUN npm run build
ENV PORT=3000
EXPOSE 3000
CMD ["node", "dist/server/index.js"]
CMD ["node", "dist/server/src/server/index.js"]

View File

@@ -3,8 +3,8 @@
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "./dist",
"rootDir": "src",
"outDir": "./dist/server",
"rootDir": "./",
"baseUrl": "./",
"paths": {
"@/*": [