diff --git a/Dockerfile b/Dockerfile index 92506f1..82f16cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,9 +21,9 @@ RUN pnpm install --frozen-lockfile --ignore-scripts ### BUILD TORRENTIAL FROM rustlang/rust:nightly-alpine AS torrential-build -RUN apk add musl-dev +RUN apk add musl-dev git WORKDIR /build -COPY torrential . +RUN git clone https://github.com/Drop-OSS/torrential.git . RUN cargo build --release ### BUILD APP