aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 0316d5d6453403e4cbc862d2f655bb38269ec112 (plain)
1
2
3
4
5
6
7
FROM alpine
WORKDIR /root
COPY Caddyfile .
COPY supervisord.conf .
COPY cgitrc /etc/
RUN apk add --no-cache cgit git caddy fcgiwrap supervisor py3-markdown py3-pygments
ENTRYPOINT supervisord -c supervisord.conf