diff --git a/templates/build_cuddle_image.Dockerfile b/templates/build_cuddle_image.Dockerfile index d43f04e..5cd1323 100644 --- a/templates/build_cuddle_image.Dockerfile +++ b/templates/build_cuddle_image.Dockerfile @@ -14,7 +14,9 @@ RUN apt-get install -y -q build-essential curl git 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