We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5475129 commit 2b62970Copy full SHA for 2b62970
Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /usr/src/capybara
3
COPY . .
4
5
RUN cargo build --release && \
6
- cp target/release/capybara /usr/local/cargo/bin/capybara && \
+ cp target/release/capybara-bin /usr/local/cargo/bin/capybara && \
7
cargo clean
8
9
FROM ubuntu:jammy
0 commit comments