1FROM node:14.15.4-stretch as base 2WORKDIR /code 3ADD . . 4RUN cp flatc_debian_stretch flatc 5RUN npm install 6RUN npm test 7