2016-06-17 20:52:33 -07:00

6 lines
85 B
Docker

FROM node
RUN npm install -g phantomjs
ADD . /app
WORKDIR /app
CMD ["/app/tests.sh"]