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.
2 parents 5830439 + 785922c commit 0928bfeCopy full SHA for 0928bfe
Dockerfile
@@ -2,6 +2,7 @@ FROM rust:1.71 AS builder
2
COPY ./fplus-lib /fplus-lib
3
COPY ./fplus-http-server/Cargo.toml /fplus-http-server/Cargo.toml
4
COPY ./fplus-http-server/src /fplus-http-server/src
5
+COPY ./fplus-database/Cargo.toml /fplus-database/Cargo.toml
6
COPY ./fplus-database/src /fplus-database/src
7
WORKDIR /fplus-http-server
8
RUN cargo build --release
0 commit comments