ansible-php/tests/debian-wheezy.Dockerfile

7 lines
101 B
Plaintext
Raw Normal View History

2015-07-23 21:35:25 +07:00
FROM williamyeh/ansible:debian7-onbuild
RUN apt-get update
CMD ["sh", "tests/test.sh"]
EXPOSE 6379