Skip to content

Commit

Permalink
Add container to build for toolforge
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarx committed Dec 13, 2023
1 parent 28ed4ce commit 986202a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions helpers/rust/.containerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Containerfile
6 changes: 6 additions & 0 deletions helpers/rust/Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
From rust:bookworm AS builder
COPY . /
RUN cargo build --release

FROM debian:bookworm
COPY --from=builder /target/release/sqid-helper .

0 comments on commit 986202a

Please sign in to comment.