now working

This commit is contained in:
2016-07-19 19:21:06 +02:00
parent 2d5054be0b
commit ca0ecd4e93
20 changed files with 215 additions and 38 deletions

5
assets/Dockerfile Normal file
View File

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