update Containerfile
This commit is contained in:
parent
99203d83be
commit
e5d444a34e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue