Skip to content

Commit 9c8381c

Browse files
docker again
1 parent 56a16a7 commit 9c8381c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

exec.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN mkdir src && echo "fn main() {}" > src/main.rs
66
COPY Cargo.toml Cargo.lock ./
77
COPY tundra/Cargo.toml ./tundra/
88
COPY executor/Cargo.toml ./executor/
9+
COPY tundra-cli/Cargo.toml ./tundra-cli/
910
RUN cargo fetch
1011
COPY . .
1112
RUN cargo build --release -p executor

0 commit comments

Comments
 (0)