4 lines
90 B
Docker
4 lines
90 B
Docker
FROM gitea/gitea
|
|
COPY app.ini /data/gitea/conf/app.ini
|
|
|
|
RUN apk --no-cache add asciidoctor |