mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-07 21:30:42 -07:00
init
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM alpine:3.10
|
||||
FROM alpine
|
||||
|
||||
COPY LICENSE README.md /
|
||||
RUN apk -U add ansible bash
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
COPY main.sh /
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
ENTRYPOINT ["/main.sh"]
|
||||
|
||||
Reference in New Issue
Block a user