now has better support for docker in docker

This commit is contained in:
2016-07-29 00:52:30 +02:00
parent 46e4ed1c8b
commit f9f0119121
11 changed files with 63 additions and 14 deletions

View File

@ -1,5 +1,5 @@
FROM hosttoday/ht-docker-node:npmts
RUN mkdir /workspace
COPY ./buildContextDir /workspace
WORKDIR /workspace
ENV CI=true
CMD ["npm","test"];