mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 14:24:30 +00:00
Fix copying file between build docker image and run docker image
This commit is contained in:
parent
62dfef8663
commit
d475aeb0cb
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN cargo build --release
|
|||
|
||||
FROM debian:buster-slim
|
||||
# RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
|
||||
COPY --from=builder /usr/local/cargo/bin/blessed-rs /usr/local/bin/blessed-rs
|
||||
COPY --from=builder /usr/src/blessed-rs/target/release/blessed-rs /usr/local/bin/blessed-rs
|
||||
|
||||
WORKDIR /usr/blessed-rs
|
||||
COPY ./static ./static
|
||||
|
|
Loading…
Reference in a new issue