This repository provides Dockerfiles and samples to build Docker images for Axelor apps.
It assumes you have Docker installed on your system.
$ cd aio-base
$ docker build -t axelor/aio-base .
$ cd aio-builder
$ docker build -t axelor/aio-builder .
$ cd aio-erp
$ docker build -t axelor/aio-erp .
Once app image is built, you can run it like this:
$ docker run -it -p 8080:80 axelor/aio-erp
Once app completes database initialization, it can be access at: http://localhost:8080