- Uses a bind volume in order to work without the need of rebuild the image.
- The app run on 0.0.0.0 otherwise it can't be seen through Docker
Build and run:
- docker build .
- docker tag [IMAGE ID] reactions_service
- docker run -p 5000:5000 --name react reactions_service
Care the ports number for each service
- docker-compose build
- docker-compose up