Files
ansible-nginx/tests/debian-wheezy.Dockerfile
2015-11-03 14:45:01 +01:00

5 lines
88 B
Docker

FROM williamyeh/ansible:debian7-onbuild
RUN apt-get update
CMD ["sh", "tests/test.sh"]