blob: 090bb457e45699f76e049670539c801582376c07 [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001FROM node:11.2.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