Skip to content

Commit

Permalink
remove entrypoint from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mszep committed Sep 12, 2021
1 parent 8daab61 commit 2d0ae70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .docker/resume.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ FROM pandoc/latex:2.9
RUN apk add make

COPY actions/entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
1 change: 1 addition & 0 deletions actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ description: 'Build a document using texlive'
runs:
using: 'docker'
image: 'docker://ghcr.io/mszep/pandoc_resume/resume_builder:latest'
entrypoint: '/entrypoint.sh'

0 comments on commit 2d0ae70

Please sign in to comment.