mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
build: only build bulk_loader crate
This commit is contained in:
parent
f17b3a7700
commit
9da7d042de
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM rust:1.96 AS builder
|
|||
WORKDIR /app
|
||||
RUN rustup set profile minimal
|
||||
COPY . .
|
||||
RUN cargo build --release
|
||||
RUN cargo build -p bulk_loader --release
|
||||
|
||||
FROM ubuntu:latest
|
||||
COPY --from=builder /app/target/release/bulk_loader /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue