mirror of
https://codeberg.org/icewind/log-archiver.git
synced 2026-06-03 17:44:06 +02:00
fix docker image
This commit is contained in:
parent
280b8a496f
commit
0c7cf53f9c
2 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
target
|
target
|
||||||
.git
|
.git
|
||||||
.idea
|
.idea
|
||||||
|
Dockerfile
|
||||||
|
.dockerignore
|
||||||
|
|
@ -5,7 +5,7 @@ RUN sudo chown -R rust:rust .
|
||||||
|
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
FROM scratch
|
FROM alpine:latest
|
||||||
|
|
||||||
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/log-archiver /
|
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/log-archiver /
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue