git clone [email protected]:bhandariprakash/dockerize-elasticsearch.git
- go to project folder.
- Create node app image
docker build -t node-app .
- Run
docker-compose up
command - Open
http://localhost:8080/
in browser. This will open app in browser.
git clone [email protected]:bhandariprakash/dockerize-elasticsearch.git
docker build -t node-app .
docker-compose up
commandhttp://localhost:8080/
in browser. This will open app in browser.