From bc9503bd1eae732d51c00b39fd9abe42d6a36320 Mon Sep 17 00:00:00 2001 From: Pedro Salgado Date: Fri, 30 Dec 2016 16:54:52 -0700 Subject: [PATCH] build.sh: return to initial directory. --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index e467b5f..224c606 100755 --- a/build.sh +++ b/build.sh @@ -25,6 +25,7 @@ do cd "${ODOO_VERSION}/${ODOO_RELEASE}/" docker build -t "steenzout/odoo:${ODOO_VERSION}.${ODOO_RELEASE}" -f "Dockerfile" . + cd ../../ done done