send-mail/Dockerfile
2019-11-30 20:19:41 +01:00

6 lines
59 B
Docker

FROM ruby:2.6-alpine
COPY *.rb /
ENTRYPOINT ["/main.rb"]