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
8bd8676314
commit
13f89b68ef
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ RUN cargo install cargo-bisect-rustc
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# random user
|
# random user
|
||||||
USER 4859
|
RUN useradd --create-home bisector
|
||||||
|
USER bisector
|
||||||
|
|
||||||
COPY --from=build /app/target/release/cargo-bisect-rustc-service cargo-bisect-rustc-service
|
COPY --from=build /app/target/release/cargo-bisect-rustc-service cargo-bisect-rustc-service
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue