mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
fix
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
88bd24b760
commit
1cf687237c
|
@ -4,6 +4,6 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
|||
RUN apk add --no-cache \
|
||||
bash
|
||||
|
||||
COPY sendmail /usr/bin/sendmail
|
||||
COPY sendemail /usr/bin/sendemail
|
||||
|
||||
ENTRYPOINT [ "sendmail" ]
|
||||
ENTRYPOINT [ "sendemail" ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user