We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a16a7 commit 9c8381cCopy full SHA for 9c8381c
1 file changed
exec.Dockerfile
@@ -6,6 +6,7 @@ RUN mkdir src && echo "fn main() {}" > src/main.rs
6
COPY Cargo.toml Cargo.lock ./
7
COPY tundra/Cargo.toml ./tundra/
8
COPY executor/Cargo.toml ./executor/
9
+COPY tundra-cli/Cargo.toml ./tundra-cli/
10
RUN cargo fetch
11
COPY . .
12
RUN cargo build --release -p executor
0 commit comments