This commit is contained in:
b1ek 2023-08-05 04:01:17 +10:00
parent c9e6267941
commit b09d1be7ff
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
FROM rust as builder
WORKDIR /opt/build
COPY . .
RUN cargo install --path .
FROM alpine