You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
292 B

#!/bin/sh
VERSION=15.0
DOMAIN='<domain in cloudron to install this app>'
AUTHOR='<your name>'
docker build -t $AUTHOR/cloudron-odoo:$VERSION ./ && docker push $AUTHOR/cloudron-odoo:$VERSION
cloudron install --image $AUTHOR/cloudron-odoo:$VERSION -l $DOMAIN
cloudron logs -f --app $DOMAIN