created build.sh for every docker versions "14, 15, 16"

This commit is contained in:
GuikiPT 2023-01-02 10:20:11 +00:00
parent bf0232efc0
commit f731b120fd
3 changed files with 9 additions and 0 deletions

3
14.0/build.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
docker build -t guikipt/odoo14 .

3
15.0/build.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
docker build -t guikipt/odoo15 .

3
16.0/build.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
docker build -t guikipt/odoo16 .