fix(core): update

This commit is contained in:
2019-05-21 17:35:36 +02:00
parent a0032b8168
commit 080bd2bc48
3 changed files with 31 additions and 29 deletions

View File

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