send-mail/Dockerfile

6 lines
74 B
Docker
Raw Normal View History

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