diff --git a/Dockerfile b/Dockerfile index 542191e5..1098e358 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN apk add --no-cache ikiwiki git COPY . /build WORKDIR /build RUN ikiwiki --rebuild --setup ikiwiki.setup +RUN ./gpm-archives.sh FROM nginx:alpine COPY --from=0 /tmp/www /usr/share/nginx/html diff --git a/gpm-archives.sh b/gpm-archives.sh new file mode 100755 index 00000000..677c8291 --- /dev/null +++ b/gpm-archives.sh @@ -0,0 +1,27 @@ +#!/bin/sh +# 2025-10-13, Nico Schottelius + +destdir=/tmp/www/software/gpm/archives +indexhtml=$destdir/index.html + +cd software/gpm/archives/ +cat > ${indexhtml} < + +GPM archives + + +

GPM archives

+