Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Apr 26, 2024
1 parent eebac07 commit 189db21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-images/pandoc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG DOCKER_REPOSITORY=local
FROM ${DOCKER_REPOSITORY}/scyllaridae:${TAG} AS scyllaridae
FROM pandoc/core:3.1.1 AS pandoc

WORKDIR /app/scyllaridae
WORKDIR /app
COPY --from=scyllaridae /app/scyllaridae /app/scyllaridae
COPY scyllaridae.yml .
ENTRYPOINT ["/app/scyllaridae"]

0 comments on commit 189db21

Please sign in to comment.