alvaropaco/py-weather-micro-service

View on GitHub
entrypoint.sh

Summary

Maintainability
Test Coverage
#!/bin/bash
service rabbitmq-server start
nameko run weather_service &
python api.py