ansible-nginx/tests/debian-wheezy.Dockerfile

7 lines
101 B
Docker

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