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