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
2025-04-05 10:49:24 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
send-mail
/
Dockerfile
6 lines
59 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
init
2019-11-18 13:23:22 +01:00
FROM
ruby:2.6-alpine
Initial commit
2019-11-18 13:05:04 +01:00
entrypoint -> main
2019-11-30 20:19:41 +01:00
COPY
*.rb /
Initial commit
2019-11-18 13:05:04 +01:00
entrypoint -> main
2019-11-30 20:19:41 +01:00
ENTRYPOINT
[
"/main.rb"
]
Reference in New Issue
Copy Permalink