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