mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
entrypoint -> main
This commit is contained in:
parent
560e976755
commit
6e749a80b9
@ -1,5 +1,5 @@
|
||||
FROM ruby:2.6-alpine
|
||||
|
||||
COPY entrypoint.rb /
|
||||
COPY *.rb /
|
||||
|
||||
ENTRYPOINT ["/entrypoint.rb"]
|
||||
ENTRYPOINT ["/main.rb"]
|
||||
|
Loading…
Reference in New Issue
Block a user