fix docker testing

This commit is contained in:
2017-10-13 16:44:25 +02:00
parent 977ecabb41
commit 34753a4ae0
13 changed files with 102 additions and 103 deletions

View File

@ -1,6 +1,6 @@
FROM hosttoday/ht-docker-node:npmci
RUN yarn global add npmdocker
COPY ./buildContextDir /workspace
COPY ./ /workspace
WORKDIR /workspace
ENV CI=true
CMD ["npmdocker","runinside"];