forked from b1tsblog/webservice
Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 1m31s
All checks were successful
release-tag / release-image (push) Successful in 1m31s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user