1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2025-01-22 23:00:41 +00:00
action-ansible-playbook/Dockerfile

8 lines
109 B
Text
Raw Normal View History

2020-03-21 16:36:23 +01:00
FROM alpine:3.10
COPY LICENSE README.md /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]