We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a82a6b commit 0cc332aCopy full SHA for 0cc332a
Dockerfile
@@ -7,6 +7,6 @@ RUN cargo build --manifest-path $CRATE/Cargo.toml --release --features "packaged
7
8
FROM scratch
9
ARG CRATE
10
-COPY --from=builder /volume/target/x86_64-unknown-linux-musl/release/$CRATE /app/bin
+COPY --from=builder /volume/target/x86_64-unknown-linux-musl/release/$CRATE /app/bin/$CRATE
11
COPY --from=builder /volume/vhdl_libraries /app/vhdl_libraries
12
-ENTRYPOINT ["/app/bin"]
+ENTRYPOINT ["/app/bin/$CRATE"]
0 commit comments