Ver código fonte

remove entrypoint from dockerfile

Mark Szepieniec 3 anos atrás
pai
commit
2d0ae70ec9
2 arquivos alterados com 1 adições e 2 exclusões
  1. 0 2
      .docker/resume.dockerfile
  2. 1 0
      actions/action.yml

+ 0 - 2
.docker/resume.dockerfile

@@ -3,5 +3,3 @@ FROM pandoc/latex:2.9
 RUN apk add make
 
 COPY actions/entrypoint.sh /entrypoint.sh
-
-ENTRYPOINT ["/entrypoint.sh"]

+ 1 - 0
actions/action.yml

@@ -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'