diff --git a/Dockerfile b/Dockerfile index 99f3216..4dc0dce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM python:3.7-alpine LABEL exposed.command.single=createmd -COPY results.sh / COPY requirements.txt / RUN apk add git && pip install -r /requirements.txt @@ -9,5 +8,5 @@ RUN pip install git+https://github.com/CivicActions/createmd.git#egg=createmd VOLUME /results WORKDIR /src -ENTRYPOINT ["/results.sh"] +ENTRYPOINT ["createmd"] CMD ["--help"] \ No newline at end of file