FROM python:3.6-stretch

RUN pip install rasa rasa-sdk

ADD . /opt/code
WORKDIR /opt/code

CMD rasa run actions