adding CI test for Docker Cloud

This commit is contained in:
Borja Burgos
2016-06-15 19:14:55 -07:00
committed by Ben Firshman
parent 34acff585a
commit 874a4bc79a
4 changed files with 95 additions and 0 deletions

View File

@ -0,0 +1,5 @@
FROM node
RUN npm install -g phantomjs
ADD . /app
WORKDIR /app
CMD ["/app/tests.sh"]