Skip to content

Commit 5830439

Browse files
authored
Merge pull request #115 from filecoin-project/feat/create-metrics-db
updated database
2 parents 4e351ca + 9227740 commit 5830439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
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/src /fplus-database/src
56
WORKDIR /fplus-http-server
67
RUN cargo build --release
78

0 commit comments

Comments
 (0)