diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index c9085e1..0000000 --- a/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM python:3.7 -COPY conductor/ /app/conductor -COPY pyexecplugins/ /app/pyexecplugins -COPY requirements.txt PyExec.py config.cfg entrypoint.sh /app/ -RUN pip install -r /app/requirements.txt -WORKDIR /app -ENTRYPOINT ["/app/entrypoint.sh"]