Skip to content

Commit

Permalink
Put Dockerfile back
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Aug 4, 2023
1 parent 3885f72 commit 83d1d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borg_the_docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ LABEL maintainer="Jonathan Guyer <guyer@nist.gov>"
RUN pip install GitPython
RUN pip install packaging
RUN pip install github-action-utils
RUN pip install -e borg_the_docs_action

ADD borg_the_docs.py /borg_the_docs.py
ADD entrypoint.py /entrypoint.py
ADD borg_the_docs_action /borg_the_docs_action_action

ENTRYPOINT ["/entrypoint.py"]

0 comments on commit 83d1d02

Please sign in to comment.