This commit is contained in:
@ -3,7 +3,7 @@ ARG IMAGE=rust:bookworm
|
||||
FROM $IMAGE AS build
|
||||
WORKDIR /app/src
|
||||
RUN apt update && apt -y install git libssl-dev
|
||||
RUN git clone --single-branch --branch zap_stream_modifications https://github.com/nostrlabs-io/notepush.git
|
||||
RUN git clone --single-branch --branch zap_stream_modifications https://git.v0l.io/Kieran/notepush.git
|
||||
RUN cargo install --path notepush --root /app/build
|
||||
|
||||
FROM $IMAGE AS runner
|
||||
|
Reference in New Issue
Block a user