]> Untitled Git - gitweb.git/blob - web/Dockerfile
Initial version of gitweb
[gitweb.git] / web / Dockerfile
1 FROM nginx:1.27-alpine
2
3 RUN apk add --no-cache git git-gitweb fcgiwrap
4
5 RUN mkdir -p /srv/git
6 RUN git config --global --add safe.directory "/srv/git/*"
7
8 COPY default.conf /etc/nginx/conf.d/