with local cuddle

This commit is contained in:
Kasper Juul Hermansen 2022-08-14 21:08:18 +02:00
parent 4765502109
commit 21b779a03d
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -14,7 +14,9 @@ RUN apt-get install -y -q build-essential curl git
WORKDIR /app/cuddle/ WORKDIR /app/cuddle/
RUN cargo install --target x86_64-unknown-linux-musl --git https://git.front.kjuulh.io/kjuulh/cuddle.git cuddle_cli COPY . .
RUN cargo install --target x86_64-unknown-linux-musl --path cuddle_cli
FROM docker:stable-dind FROM docker:stable-dind