We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf3f6d commit 5be738aCopy full SHA for 5be738a
fplus-http-server/Dockerfile
@@ -1,5 +1,5 @@
1
FROM rust:1.71 AS builder
2
-COPY Cargo.toml Cargo.lock ./
+COPY Cargo.toml ./
3
COPY ./src ./src
4
5
RUN cargo build --release
0 commit comments