...

Text file src/github.com/google/flatbuffers/tests/docker/languages/Dockerfile.testing.node.14_15_4

Documentation: github.com/google/flatbuffers/tests/docker/languages

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

View as plain text