mirror of
https://github.com/LBRYFoundation/hub.git
synced 2025-08-23 17:37:23 +00:00
rename dockerfile
This commit is contained in:
parent
bfe48494c1
commit
eea5bb5384
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ DOCKER_DIR=`dirname $0`
|
||||||
SCRIBE_DIR=`dirname $DOCKER_DIR`
|
SCRIBE_DIR=`dirname $DOCKER_DIR`
|
||||||
|
|
||||||
# build the image
|
# build the image
|
||||||
docker build -f $DOCKER_DIR/Dockerfile.scribe -t lbry/scribe:development $SCRIBE_DIR
|
docker build -f $DOCKER_DIR/Dockerfile -t lbry/scribe:development $SCRIBE_DIR
|
||||||
IMAGE=`docker image inspect lbry/scribe:development | sed -n "s/^.*Id\":\s*\"sha256:\s*\(\S*\)\".*$/\1/p"`
|
IMAGE=`docker image inspect lbry/scribe:development | sed -n "s/^.*Id\":\s*\"sha256:\s*\(\S*\)\".*$/\1/p"`
|
||||||
|
|
||||||
# push the image to the server
|
# push the image to the server
|
||||||
|
|
Loading…
Add table
Reference in a new issue