FROM node:20 WORKDIR /code RUN npm i -g typescript@4.0.3 COPY . . RUN deploy.sh CMD ["node", "server/dist/server.js"]