adding CI test for Docker Cloud
This commit is contained in:

committed by
Ben Firshman

parent
34acff585a
commit
874a4bc79a
5
result-app/tests/Dockerfile
Normal file
5
result-app/tests/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM node
|
||||
RUN npm install -g phantomjs
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
CMD ["/app/tests.sh"]
|
Reference in New Issue
Block a user