mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 00:31:17 +01:00
update dockerfile for local builds
This commit is contained in:
@@ -21,9 +21,9 @@ RUN pnpm install --frozen-lockfile --ignore-scripts
|
|||||||
|
|
||||||
### BUILD TORRENTIAL
|
### BUILD TORRENTIAL
|
||||||
FROM rustlang/rust:nightly-alpine AS torrential-build
|
FROM rustlang/rust:nightly-alpine AS torrential-build
|
||||||
RUN apk add musl-dev
|
RUN apk add musl-dev git
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY torrential .
|
RUN git clone https://github.com/Drop-OSS/torrential.git .
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
### BUILD APP
|
### BUILD APP
|
||||||
|
|||||||
Reference in New Issue
Block a user