From b0324ac9d81c748e9268049cfb5d0c30910fd3bb Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Sat, 23 Aug 2025 21:36:32 -0300 Subject: [PATCH] forgot copy --- haven-notify/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/haven-notify/Dockerfile b/haven-notify/Dockerfile index a2a1f8d..e217806 100644 --- a/haven-notify/Dockerfile +++ b/haven-notify/Dockerfile @@ -13,6 +13,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o haven-notify FROM alpine:latest WORKDIR /app RUN apk --no-cache add ca-certificates +COPY template/ template/ COPY --from=builder /app/haven-notify . EXPOSE 8080 ENV WEBHOOK_URL=""