mirror of
https://github.com/Noratrieb/cargo-bisect-rustc-service.git
synced 2026-01-14 16:25:01 +01:00
Update Dockerfile
This commit is contained in:
parent
e4d1c77422
commit
89f533e357
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ RUN cargo install cargo-bisect-rustc
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
# random user
|
||||
USER 4859
|
||||
|
||||
COPY --from=build /app/target/release/cargo-bisect-rustc-service cargo-bisect-rustc-service
|
||||
|
||||
CMD ["/app/cargo-bisect-rustc-service"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue