fix docker image

This commit is contained in:
Robin Appelman 2020-04-02 14:28:52 +02:00
commit 0c7cf53f9c
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,7 @@ RUN sudo chown -R rust:rust .
RUN cargo build --release
FROM scratch
FROM alpine:latest
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/log-archiver /