Skip to content

Commit 5be738a

Browse files
authored
Update Dockerfile
1 parent daf3f6d commit 5be738a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fplus-http-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM rust:1.71 AS builder
2-
COPY Cargo.toml Cargo.lock ./
2+
COPY Cargo.toml ./
33
COPY ./src ./src
44

55
RUN cargo build --release

0 commit comments

Comments
 (0)