diff --git a/Containerfile b/Containerfile index b9b3cb3..26b7683 100644 --- a/Containerfile +++ b/Containerfile @@ -5,6 +5,6 @@ RUN apk add --no-cache musl-dev RUN cargo install --locked --path . FROM docker.io/busybox:musl -COPY LICENSE ./ +COPY README.md LICENSE-APACHE LICENSE-MIT ./ COPY --from=builder /usr/local/cargo/bin/fishctl /usr/local/bin/fishctl WORKDIR /firefish