{ "schemaVersion": 2, "dockerfileLines": [ "FROM node as build", "COPY . /app", "WORKDIR /app", "RUN npm i", "CMD npm run start" ] }