Skip to content

Commit 785922c

Browse files
committed
Dockerfile
1 parent 9227740 commit 785922c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM rust:1.71 AS builder
22
COPY ./fplus-lib /fplus-lib
33
COPY ./fplus-http-server/Cargo.toml /fplus-http-server/Cargo.toml
44
COPY ./fplus-http-server/src /fplus-http-server/src
5+
COPY ./fplus-database/Cargo.toml /fplus-database/Cargo.toml
56
COPY ./fplus-database/src /fplus-database/src
67
WORKDIR /fplus-http-server
78
RUN cargo build --release

0 commit comments

Comments
 (0)