This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Use docker-compose to build and run app #980
Labels
help wanted
indicates that an issue is open for contributions
It will reduce the steps to build and run the application from 3 to 1 command:
docker-compose up
All the necessary port mapping, linking with couchdb and running the couchdb is right order will be handled in the docker-compose.yml file
Though one has to install docker-compose once, this would be a nice to have feature as on a daily basis one has to interact with only one command
docker-compose up
.The text was updated successfully, but these errors were encountered: