From e5d444a34ed49bb10b4e8c91157f493fc213bbe4 Mon Sep 17 00:00:00 2001 From: naskya Date: Mon, 1 Jul 2024 14:38:57 +0900 Subject: [PATCH] update Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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