setup-cpp/building/docker/node.dockerfile

5 lines
170 B
Plaintext
Raw Normal View History

2021-09-18 20:06:59 +08:00
#### Creating the container
FROM node:12-buster
ADD "./dist/" "/"
WORKDIR "/"
RUN node ./setup_cpp.js --compiler llvm --cmake true --ninja true --ccache true --conan true