Fixed Pipeline

This commit is contained in:
Piyush मिश्रः 2024-03-10 09:40:59 +05:30
parent 481c89acec
commit 289b99d9f8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM rust:alpine3.18 AS build FROM rust:alpine3.18 AS build
RUN cargo search --limit 0 && \ RUN cargo search --limit 1 && \
apk add --no-cache musl-dev pkgconfig openssl-dev apk add --no-cache musl-dev pkgconfig openssl-dev
WORKDIR /app WORKDIR /app
COPY . . COPY . .