Switch to building with GitHub actions
This commit is contained in:
parent
8e3960fa30
commit
a3ca541a38
3 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
.github/
|
||||
credentials/
|
||||
target/
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
FROM rust:1.81.0-alpine3.20 AS builder
|
||||
RUN apk add --no-cache musl-dev libressl-dev
|
||||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
RUN cargo install --path .
|
||||
|
|
Loading…
Reference in a new issue