1
0
Fork 0
mirror of https://github.com/Luzifer/3dmodels.git synced 2024-10-18 13:14:18 +00:00
3dmodels/ci/Dockerfile.compile

11 lines
166 B
Text
Raw Normal View History

2020-01-03 14:19:33 +00:00
FROM node:10-alpine
RUN set -ex \
&& apk --no-cache add \
build-base \
python \
&& yarn global add @jscad/cli
2020-01-03 14:19:33 +00:00
ENTRYPOINT ["openjscad"]
CMD ["--help"]