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