File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ WORKDIR /src/deepwell
2020RUN patch /src/deepwell/seeder/sites.json /src/deepwell/seeder/sites.dev.patch
2121
2222# Cache rust dependencies
23- RUN cargo vendor
23+ RUN cargo vendor > .cargo/config.toml
2424
2525# Build deepwell server
2626RUN cargo build --release
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY ./wws /src/wws
1717WORKDIR /src/wws
1818
1919# Cache rust dependencies
20- RUN cargo vendor
20+ RUN cargo vendor > .cargo/config.toml
2121
2222# Build wws
2323RUN cargo build --release
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY ./deepwell /src/deepwell
1414WORKDIR /src/deepwell
1515
1616# Cache rust dependencies
17- RUN cargo vendor
17+ RUN cargo vendor > .cargo/config.toml
1818
1919# Build deepwell server
2020RUN cargo build --release
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY ./wws /src/wws
1717WORKDIR /src/wws
1818
1919# Cache rust dependencies
20- RUN cargo vendor
20+ RUN cargo vendor > .cargo/config.toml
2121
2222# Build wws
2323RUN cargo build --release
You can’t perform that action at this time.
0 commit comments