mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
7 lines
109 B
Docker
7 lines
109 B
Docker
FROM alpine:3.10
|
|
|
|
COPY LICENSE README.md /
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|