chore: remove Cargo.lock in Dockerfile (#167)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
615516eedc
commit
830dcebfce
|
|
@ -5,7 +5,7 @@ FROM rust:alpine as builder
|
||||||
RUN apk add --no-cache build-base
|
RUN apk add --no-cache build-base
|
||||||
|
|
||||||
WORKDIR /app/client
|
WORKDIR /app/client
|
||||||
COPY Cargo.toml Cargo.lock ./
|
COPY Cargo.toml ./
|
||||||
COPY src/ src/
|
COPY src/ src/
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue