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"]