NodeJS app deployment using Docker Compose
- git clone https://github.com/Niravtilala3/node-chatapp-with-docker-compose.git
- run npm i
- run docker compose up -d
The app will be running on http://localhost:8000/
Then you want to stop the app from running and delete all Docker containers
- run docker compose down