build(docker): use scratch
instead of rust
image for runner layer
This commit is contained in:
parent
b9fe0f42ec
commit
db460ca871
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ COPY --from=install /temp/dev/vendor /temp/dev/.cargo .
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN cargo build --release --no-default-features --features $CARGO_FEATURES
|
RUN cargo build --release --no-default-features --features $CARGO_FEATURES
|
||||||
|
|
||||||
FROM base AS runner
|
FROM scratch AS runner
|
||||||
USER runner
|
USER runner
|
||||||
EXPOSE 80/tcp 22/tcp
|
EXPOSE 80/tcp 22/tcp
|
||||||
COPY --from=builder /usr/src/app/target/release/ssh-portfolio /usr/local/bin/ssh-portfolio
|
COPY --from=builder /usr/src/app/target/release/ssh-portfolio /usr/local/bin/ssh-portfolio
|
||||||
|
|
Loading…
Add table
Reference in a new issue