Fixed a Dockerfile bug.

This commit is contained in:
Daniel Mowitz 2023-08-24 18:01:55 +02:00
parent cfd0c39e2d
commit 042c2c24a4

View file

@ -10,7 +10,7 @@ RUN cargo build --release
FROM alpine
COPY /target/release/webmention-filer /usr/bin/
COPY --from=0 /webmention-filer/target/release/webmention-filer /usr/bin/
RUN apk add mailx