mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-04-19 10:10:10 -04:00
6 lines
59 B
Docker
6 lines
59 B
Docker
FROM ruby:2.6-alpine
|
|
|
|
COPY *.rb /
|
|
|
|
ENTRYPOINT ["/main.rb"]
|