Switch to building with GitHub actions

This commit is contained in:
Bad Manners 2024-09-09 13:14:43 -03:00
parent 8e3960fa30
commit a3ca541a38
3 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
.github/
credentials/
target/

View file

@ -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 .