Include mail script in final container.
This commit is contained in:
parent
86a9662bc9
commit
c6d2d9b42c
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ RUN cargo build --release
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
COPY --from=0 /webmention-filer/target/release/webmention-filer /usr/bin/
|
COPY --from=0 /webmention-filer/target/release/webmention-filer /usr/bin/
|
||||||
|
COPY send-daily-mail.sh send-daily-mail.sh
|
||||||
|
|
||||||
RUN apk add mailx
|
RUN apk add mailx
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue