mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 02:37:59 +00:00
bf4024fd49
* 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>
7 lines
211 B
Bash
Executable File
7 lines
211 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
OWNER=parity
|
|
IMAGE_NAME=polkadot-collator
|
|
docker build --no-cache --build-arg IMAGE_NAME=$IMAGE_NAME -t $OWNER/$IMAGE_NAME -f ./docker/injected.Dockerfile .
|
|
docker images | grep $IMAGE_NAME
|