Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-24 22:07:14 -04:00
parent 88bd24b760
commit 1cf687237c
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \ RUN apk add --no-cache \
bash bash
COPY sendmail /usr/bin/sendmail COPY sendemail /usr/bin/sendemail
ENTRYPOINT [ "sendmail" ] ENTRYPOINT [ "sendemail" ]