Files
example-voting-app/result/tests/Dockerfile

6 lines
85 B
Docker

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