From 161f5644339630881997b19ee91088069f6446d1 Mon Sep 17 00:00:00 2001 From: bas Date: Mon, 12 Dec 2016 18:39:01 +0200 Subject: [PATCH] fix image name for repo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9c1ca4d..a990486 100755 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ export POSTGRES_PGDATA="postgres_pgdata_"$COMPANY"" create_volume $ODOO_REPO -REPO_IMAGE_NAME="repo/webportal" +REPO_IMAGE_NAME="2bas/repo" IS_EXIST_REPO="$(docker images | grep ^\\b${REPO_IMAGE_NAME})" if [ -z "${IS_EXIST_REPO}" ];then echo "Build ${REPO_IMAGE_NAME}:" -- 2.1.0