...

Text file src/github.com/google/flatbuffers/tests/docker/languages/Dockerfile.testing.node.12_20_1

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

     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