send-mail/Dockerfile

6 lines
74 B
Docker
Raw Normal View History

2019-11-18 13:23:22 +01:00
FROM ruby:2.6-alpine
2019-11-18 13:05:04 +01:00
2019-11-18 13:23:22 +01:00
COPY entrypoint.rb /
2019-11-18 13:05:04 +01:00
2019-11-18 13:23:22 +01:00
ENTRYPOINT ["/entrypoint.rb"]