fixed docker upgrades

This commit is contained in:
Yhael S
2024-08-24 18:20:39 -06:00
parent 0b31913315
commit 9a49d0a425
4 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
#------------------------#
# Odoo Community #
#------------------------#
ARG ODOO_TAG
FROM odoo:${ODOO_TAG}
FROM odoo:17.0
# Switch to root user
USER root

View File

@@ -82,6 +82,8 @@ expand_env_vars() {
done <<< "$1"
}
mkdir -p ${THIRD_PARTY_ADDONS}
# Read the configuration file and process each line
while IFS= read -r line; do
mkdir -p ${ENTERPRISE_ADDONS}