mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
build: include ENV from ARG
This commit is contained in:
parent
566ea8cbc9
commit
4067cdf382
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ WORKDIR /app
|
|||
RUN rustup set profile minimal
|
||||
COPY . .
|
||||
ARG NAMESPACE
|
||||
ENV NAMESPACE=$NAMESPACE
|
||||
RUN cargo build -p bulk_loader --release
|
||||
|
||||
FROM ubuntu:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue