Vagrant + tests

This commit is contained in:
Emilien Mantel
2015-07-23 16:35:25 +02:00
parent 5e0e938038
commit 3d043ac20d
6 changed files with 70 additions and 0 deletions

View File

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