FROM python:3.6-slim-stretch
MAINTAINER Deepfence Inc "support@deepfence.io"
COPY ci-cd-integrations/jenkins/index.html /
CMD python3 -m http.server 8000
