Commit 161f5644339630881997b19ee91088069f6446d1

Authored by Олександр Басенко
1 parent ee0b095433
Exists in master

fix image name for repo

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -40,7 +40,7 @@
40 40  
41 41 create_volume $ODOO_REPO
42 42  
43   -REPO_IMAGE_NAME="repo/webportal"
  43 +REPO_IMAGE_NAME="2bas/repo"
44 44 IS_EXIST_REPO="$(docker images | grep ^\\b${REPO_IMAGE_NAME})"
45 45 if [ -z "${IS_EXIST_REPO}" ];then
46 46 echo "Build ${REPO_IMAGE_NAME}:"