請用 SSH 把 TypeScript 專案放到 /app(API 建議 /app/api)。
/app
/app/api
不要在 Docker 主機上 compose;在這個容器裡 npm ci / npm run start。
npm ci
npm run start