mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-09 14:24:04 +07:00
init
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
FROM alpine:3.10
|
||||
FROM ruby:2.6-alpine
|
||||
|
||||
COPY LICENSE README.md /
|
||||
COPY entrypoint.rb /
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
ENTRYPOINT ["/entrypoint.rb"]
|
||||
|
Reference in New Issue
Block a user