This commit is contained in:
Yhael S
2023-04-21 22:02:03 -05:00
parent 406a6ceb1f
commit 1054824dc3

View File

@@ -32,9 +32,9 @@ case "$1" in
if [ ${APP_ENV} = 'debug' ] ; then if [ ${APP_ENV} = 'debug' ] ; then
# Automagically update the addons you are currently working on. # Automagically update the addons you are currently working on.
echo /usr/bin/python3 -m debugpy --listen 0.0.0.0:8071 /usr/bin/odoo --config ${ODOO_RC} --database= --update= --init= --load= --dev= echo /usr/bin/python3 -m debugpy --listen 0.0.0.0:8888 /usr/bin/odoo --config ${ODOO_RC} --database= --update= --init= --load= --dev=
exec /usr/bin/python3 -m debugpy --listen 0.0.0.0:8071 /usr/bin/odoo --config ${ODOO_RC} --database=${DB_NAME} --update=${UPDATE} --init=${INIT} --load=${SERVER_WIDE_MODULES} --dev=${DEV_MODE} exec /usr/bin/python3 -m debugpy --listen 0.0.0.0:8888 /usr/bin/odoo --config ${ODOO_RC} --database=${DB_NAME} --update=${UPDATE} --init=${INIT} --load=${SERVER_WIDE_MODULES} --dev=${DEV_MODE}
fi fi
if [ ${APP_ENV} = 'testing' ] ; then if [ ${APP_ENV} = 'testing' ] ; then