This website requires JavaScript.
Explore
Sign In
actions
/
send-mail
Watch
1
Star
0
Fork
0
You've already forked send-mail
mirror of
https://github.com/dawidd6/action-send-mail.git
synced
2024-11-10 05:51:07 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ae69498bf4
send-mail
/
Dockerfile
6 lines
59 B
Docker
Raw
Normal View
History
Unescape
Escape
init
2019-11-18 19:23:22 +07:00
FROM
ruby:2.6-alpine
Initial commit
2019-11-18 19:05:04 +07:00
entrypoint -> main
2019-12-01 02:19:41 +07:00
COPY
*.rb /
Initial commit
2019-11-18 19:05:04 +07:00
entrypoint -> main
2019-12-01 02:19:41 +07:00
ENTRYPOINT
[
"/main.rb"
]
Reference in New Issue
Copy Permalink