This commit is contained in:
Mylloon 2024-08-13 12:00:34 +02:00
parent 2d9fc0d559
commit a5567b47b5
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -4,6 +4,8 @@ FROM rust:bullseye AS builder
WORKDIR /usr/src/ewp
COPY . .
RUN git lfs install; git lfs pull
RUN cargo install --path .