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.
1 parent 77fe243 commit 2a9f37bCopy full SHA for 2a9f37b
1 file changed
Dockerfile
@@ -2,6 +2,7 @@ FROM rust:1.96 AS build
2
WORKDIR /app
3
4
COPY Cargo.toml Cargo.lock ./
5
+COPY config ./config
6
COPY src ./src
7
8
RUN cargo build --release \
0 commit comments