FROM python:3.7-slim
RUN pip install azure-devops
COPY queue-pipeline/src/queue_pipeline.py /scripts/queue_pipeline.py
ENTRYPOINT [ "bash" ]