7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
|
FROM williamyeh/ansible:debian8-onbuild
|
||
|
|
||
|
RUN apt-get update
|
||
|
CMD ["sh", "tests/test.sh"]
|
||
|
|
||
|
EXPOSE 6379
|