git-preview @ main

static git web frontend but with images and html previews + code truncation

contrib: update Dockerfile
Wed, 02 Oct 2024
1 files changed, 4 insertions(+), 7 deletions(-)
M contrib/Dockerfile

@@ -1,16 +1,14 @@

-FROM golang:1.19-alpine AS builder +FROM golang:1.22-alpine AS builder WORKDIR /app -COPY . ./ - -RUN apk add gcc musl-dev libc-dev - +COPY . .

… preview truncated