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