Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa authored Oct 26, 2023
1 parent daf3f6d commit 5be738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fplus-http-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM rust:1.71 AS builder
COPY Cargo.toml Cargo.lock ./
COPY Cargo.toml ./
COPY ./src ./src

RUN cargo build --release
Expand Down

0 comments on commit 5be738a

Please sign in to comment.