mirror of https://github.com/PiyushXCoder/lupt.git
Fixed Pipeline
This commit is contained in:
parent
481c89acec
commit
289b99d9f8
|
|
@ -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 . .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue