Fixed a Dockerfile bug.
This commit is contained in:
parent
cfd0c39e2d
commit
042c2c24a4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN cargo build --release
|
||||||
|
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
COPY /target/release/webmention-filer /usr/bin/
|
COPY --from=0 /webmention-filer/target/release/webmention-filer /usr/bin/
|
||||||
|
|
||||||
RUN apk add mailx
|
RUN apk add mailx
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue