mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-08-30 19:32:08 -04:00
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM alpine:3.10
|
||||
|
||||
COPY LICENSE README.md /
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user