Skip to content

SWE-AGGERS/reactions_service

Repository files navigation

reactions_service

Build Status Coverage Status

Build and run docker container

  • 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

docker-compose:

Care the ports number for each service

  • docker-compose build
  • docker-compose up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published