Skip to content

Commit

Permalink
Updating Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Camp committed Jan 9, 2020
1 parent 8878d85 commit 64c6440
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
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

RUN pip install git+https://github.com/CivicActions/createmd.git#egg=createmd

VOLUME /results
WORKDIR /src
ENTRYPOINT ["/results.sh"]
ENTRYPOINT ["createmd"]
CMD ["--help"]

0 comments on commit 64c6440

Please sign in to comment.