- Make sure docker is up and running
- From inside docker folder run one of the following command:
###For production docker-compose -f prod_docker-compose.yml build
###For Development docker-compose -f dev_docker-compose.yml build
- Inititalize database from dump, if needed.
- Run now with one of the following command:
###For production docker-compose -f prod_docker-compose.yml up -d
###For Development docker-compose -f dev_docker-compose.yml up -d