Skip to content

Commit

Permalink
Add update_pages.py to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Aug 7, 2023
1 parent 20ff4f5 commit e9518d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update_pages/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN pip install github-action-utils
RUN git config --global --add safe.directory /github/workspace

ADD entrypoint.py /entrypoint.py
ADD update_pages.py /update_pages.py
ADD update_pages_action /update_pages_action

ENTRYPOINT ["/entrypoint.py"]

0 comments on commit e9518d1

Please sign in to comment.