mirror of
https://github.com/gryf/gitea-rest-renderer.git
synced 2025-12-17 11:30:28 +01:00
Added simple executable for rendering rst files.
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM gitea/gitea:latest
|
||||
COPY ./rst2htmlbody.py /bin/rst2htmlbody
|
||||
RUN apk --no-cache add py3-docutils && \
|
||||
chmod 755 /bin/rst2htmlbody
|
||||
Reference in New Issue
Block a user