From c2a2267e3ab0d1d0940c8a2656af5f5aa7c97ed7 Mon Sep 17 00:00:00 2001 From: groot Date: Sat, 3 May 2025 23:49:43 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b42ecbe..ed50450 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.21 AS builder RUN apk add --no-cache git WORKDIR /src -RUN git clone --depth 1 https://github.com/bludit/bludit.git . +RUN git clone --depth 1 https://github.com/danpros/htmly.git . # ---- Final Image ---- FROM alpine:3.21