~dricottone/container-images

ref: 16910ad438606556959015db54137f828b5bf246 container-images/srht-nginx/Dockerfile -rw-r--r-- 428 bytes
16910ad4Dominic Ricottone New server monitoring stack a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
FROM registry.intra.dominic-ricottone.com/srht-core:latest AS builder

RUN apk add --no-cache git.sr.ht meta.sr.ht todo.sr.ht

FROM registry.intra.dominic-ricottone.com/nginx:latest

COPY --from=builder /usr/lib/python3.12/site-packages/gitsrht /var/www/gitsrht/
COPY --from=builder /usr/lib/python3.12/site-packages/metasrht /var/www/metasrht/
COPY --from=builder /usr/lib/python3.12/site-packages/todosrht /var/www/todosrht/