mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-03-12 16:06:03 +08:00
6 lines
59 B
Docker
6 lines
59 B
Docker
FROM ruby:2.6-alpine
|
|
|
|
COPY *.rb /
|
|
|
|
ENTRYPOINT ["/main.rb"]
|