Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 310 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 310 Bytes

Odoo Compare

Flask application that shows deltas between Active Directory and Odoo.

Build and Run

# in root directory 
$ docker build . --build-arg APP_ENV=production -t whatevertagyoulike:latest
$ docker run -p 8080:80 whatevertagyoulike

Then navigate to localhost:8080 on your machine