FROM node:20.12.2-bookworm WORKDIR .. RUN npm install RUN npm run-script transpile:ts EXPOSE 3000 CMD ["npm", "run-script", "server"]