build.sh: change directory so container can be built.
This commit is contained in:
parent
6613ef5b8c
commit
3121e41d44
3
build.sh
3
build.sh
@ -23,7 +23,8 @@ do
|
||||
|
||||
echo "building steenzout/odoo:${ODOO_VERSION}.${ODOO_RELEASE}..."
|
||||
|
||||
docker build -t "steenzout/odoo:${ODOO_VERSION}.${ODOO_RELEASE}" -f "${ODOO_VERSION}/${ODOO_RELEASE}/Dockerfile" .
|
||||
cd "${ODOO_VERSION}/${ODOO_RELEASE}/"
|
||||
docker build -t "steenzout/odoo:${ODOO_VERSION}.${ODOO_RELEASE}" -f "Dockerfile" .
|
||||
|
||||
done
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user