Exercise correctly with Being Setup
- Clone the repo
- Switch to the current directory
cd /path/to/BEING_BACKEND
- Create the docker image of the application
docker build -t being_backend .
- Add values of mongo db host, user and passwork in docker-compose.yml
- Run the image / make a container
docker-compose up