mirror of
https://github.com/actions/container-action.git
synced 2025-06-14 17:27:42 +00:00
8 lines
109 B
Docker
8 lines
109 B
Docker
FROM alpine:3.10
|
|
|
|
COPY LICENSE README.md /
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|