send-mail/Dockerfile

8 lines
109 B
Docker
Raw Normal View History

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