send-mail/Dockerfile

8 lines
109 B
Docker
Raw Normal View History

2019-11-18 19:05:04 +07:00
FROM alpine:3.10
COPY LICENSE README.md /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]