Files
ansible-php/tests/debian-jessie.Dockerfile
Emilien Mantel 3d043ac20d Vagrant + tests
2015-07-23 16:35:25 +02:00

7 lines
101 B
Docker

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