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