fix: docker img src code
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ab740a7c5a
commit
3239cc1acb
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COPY . /src
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
FROM debian:bookworm as mcaptcha-cli
|
FROM debian:bookworm as mcaptcha-cli
|
||||||
LABEL org.opencontainers.image.source https://github.com/mcaptcha/cli
|
LABEL org.opencontainers.image.source https://git.batsense.net/mcaptcha/cli
|
||||||
RUN useradd -ms /bin/bash -u 1001 mcaptcha-cli
|
RUN useradd -ms /bin/bash -u 1001 mcaptcha-cli
|
||||||
WORKDIR /home/mcaptcha-cli
|
WORKDIR /home/mcaptcha-cli
|
||||||
COPY --from=rust /src/target/release/mcaptcha-cli /usr/local/bin/
|
COPY --from=rust /src/target/release/mcaptcha-cli /usr/local/bin/
|
||||||
|
|
Loading…
Reference in a new issue