mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-11-11 03:24:35 +07: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"]
|