mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-02-24 09:23:29 +07:00
7 lines
101 B
Docker
7 lines
101 B
Docker
FROM williamyeh/ansible:debian8-onbuild
|
|
|
|
RUN apt-get update
|
|
CMD ["sh", "tests/test.sh"]
|
|
|
|
EXPOSE 6379
|