diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..97fb8a8 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM python:3.8 +MAINTAINER Kylin Soong + +RUN pip install crossplane + +VOLUME /etc/nginx + +ENTRYPOINT ["crossplane"]