Skip to content

Commit

Permalink
[DOCKER] Add pandoc image (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-lancini authored May 28, 2022
1 parent 4ce2a9b commit 466e632
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/pandoc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ RUN adduser -s /bin/false -u 11111 -G app -S app
WORKDIR /src
RUN chown -R app:app /src
USER app

# Command
CMD [ "pandoc" ]

0 comments on commit 466e632

Please sign in to comment.