FROM baseimage
WORKDIR /usr/src/app
COPY c.ts d.ts ./
RUN command
CMD command2
