cloudnet-compose/result/tests/Dockerfile
2016-06-18 10:18:53 -07:00

6 lines
85 B
Docker

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