blob: 8e48c23cae27d318173bf2170efe2db439b68ffa [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001FROM node:10.13.0-stretch as base
2WORKDIR /code
3ADD . .
4RUN cp flatc_debian_stretch flatc
5WORKDIR /code/tests
6RUN node --version
7RUN ../flatc -b -I include_test monster_test.fbs unicode_test.json
Austin Schuh272c6132020-11-14 16:37:52 -08008RUN npm install
9RUN npm run pretest
Austin Schuhe89fa2d2019-08-14 20:24:23 -070010RUN node JavaScriptTest ./monster_test_generated