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`
|
||||
|
||||
# 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"`
|
||||
|
||||
# push the image to the server
|
||||
|
|
Loading…
Reference in a new issue