FROM wazoplatform/wazo-phoned

ENV PYTHONDONTWRITEBYTECODE='true'

COPY . /usr/src/wazo-phoned

WORKDIR /usr/src/wazo-phoned
RUN pip install -e .
