forgot copy
Some checks failed
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 10m0s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Failing after 17s

This commit is contained in:
2025-08-23 21:36:32 -03:00
parent 06cf78a4a6
commit b0324ac9d8

View File

@@ -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=""