mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-11-12 19:53:07 +07:00
entrypoint -> main
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
FROM ruby:2.6-alpine
|
FROM ruby:2.6-alpine
|
||||||
|
|
||||||
COPY entrypoint.rb /
|
COPY *.rb /
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.rb"]
|
ENTRYPOINT ["/main.rb"]
|
||||||
|
|||||||
Reference in New Issue
Block a user