Deploying with Docker

Hi I want to deploy Rasa on Azure with docker containerization The problem is how to write a dockerfile because I want to run 3 servers i.e

  1. rasa run enable api …

  2. rasa run actions

  3. flask app REST + UI
    but when I build image using dockerfile it remains incomplete Please Help!