mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
Add script and dockerfile to build an injected docker image for the polkadot-collator binary (#591)
* remove exec flag on json file * fix dockerignore filter to allow building the injected docker image * Update docker/injected.Dockerfile * Update docker/scripts/build-injected-image.sh Co-authored-by: Martin Pugh <pugh@s3kr.it> Co-authored-by: Denis Pisarev <denis.pisarev@parity.io>
This commit is contained in:
@@ -19,7 +19,7 @@ WORKDIR /paritytech/cumulus
|
||||
# not the actual directory. We're stuck just enumerating them.
|
||||
COPY . .
|
||||
|
||||
RUN cargo build --release -p polkadot-collator
|
||||
RUN cargo build --release --locked -p polkadot-collator
|
||||
|
||||
# the collator stage is normally built once, cached, and then ignored, but can
|
||||
# be specified with the --target build flag. This adds some extra tooling to the
|
||||
|
||||
Reference in New Issue
Block a user