Skip to content

Commit

Permalink
Allow executable files under odoo/addons remain as such
Browse files Browse the repository at this point in the history
Not sure why one would need that, but less why should I care.
  • Loading branch information
yajo committed Oct 5, 2017
1 parent e88faa0 commit 3153dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ I will assume you know how to use Git, Docker and Docker Compose.
cd myproject
ln -s devel.yaml docker-compose.yml
chown -R $USER:1000 odoo/auto
chmod -R ug=rwX odoo/auto
chmod -R ug+rwX odoo/auto
export UID="$(id -u $USER)" GID="$(id -g $USER)" UMASK="$(umask)"
docker-compose build --pull
docker-compose -f setup-devel.yaml run --rm odoo
Expand Down

0 comments on commit 3153dc9

Please sign in to comment.