mirror of
https://github.com/odoo/runbot.git
synced 2025-03-20 09:55:46 +07:00
10 lines
376 B
XML
10 lines
376 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<record model="runbot.dockerfile" id="runbot.docker_default">
|
|
<field name="name">Docker Default</field>
|
|
<field name="template_id" ref="runbot.docker_base"/>
|
|
<field name="to_build">True</field>
|
|
<field name="description">Default Dockerfile for latest Odoo versions.</field>
|
|
</record>
|
|
</odoo>
|