mirror of
https://github.com/VHDL-LS/rust_hdl.git
synced 2025-12-23 06:01:10 +00:00
Remove Dockerfile shell entry point since there is no shell
This commit is contained in:
parent
c2c63567c9
commit
0d81defcf6
1 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,6 @@ RUN cargo build --manifest-path $CRATE/Cargo.toml --release --features "packaged
|
|||
|
||||
FROM scratch
|
||||
ARG CRATE
|
||||
COPY --from=builder /volume/target/x86_64-unknown-linux-musl/release/$CRATE /app/bin/$CRATE
|
||||
COPY --from=builder /volume/target/x86_64-unknown-linux-musl/release/$CRATE /app/bin/exe
|
||||
COPY --from=builder /volume/vhdl_libraries /app/vhdl_libraries
|
||||
ENTRYPOINT /app/bin/$CRATE
|
||||
ENTRYPOINT ["/app/bin/exe"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue