Skip to content

Commit

Permalink
Add ENTRYPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Apr 26, 2024
1 parent 6ca709f commit 491eb64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-images/pandoc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ FROM pandoc/minimal:3.1.1
WORKDIR /app
COPY --from=scyllaridae /app/scyllaridae .
COPY scyllaridae.yml .
RUN chmod +x /app/scyllaridae
ENTRYPOINT ["/app/scyllaridae"]

0 comments on commit 491eb64

Please sign in to comment.