We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065aadd commit a231649Copy full SHA for a231649
15.0/entrypoint.sh
@@ -49,7 +49,7 @@ case "$1" in
49
;;
50
-*)
51
wait-for-psql.py ${DB_ARGS[@]} --timeout=30
52
- exec odoo "$@" "${DB_ARGS[@]}"
+ exec odoo "$@" "${DB_ARGS[@]}" "${ODOO_ARGS[@]}"
53
54
*)
55
exec "$@"
16.0/entrypoint.sh
17.0/entrypoint.sh
0 commit comments