Skip to content

Commit 0928bfe

Browse files
authored
Merge pull request #116 from filecoin-project/feat/create-metrics-db
Dockerfile
2 parents 5830439 + 785922c commit 0928bfe

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)