forgot copy
Some checks failed
Check scripts syntax / check-scripts-syntax (push) Successful in 9s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Has been cancelled
Haven Notify Build and Deploy / Build Haven Notify Image (push) Has been cancelled

This commit is contained in:
2025-08-23 21:29:46 -03:00
parent 06cf78a4a6
commit 18272f15a6

View File

@@ -13,6 +13,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o haven-notify
FROM alpine:latest FROM alpine:latest
WORKDIR /app WORKDIR /app
RUN apk --no-cache add ca-certificates RUN apk --no-cache add ca-certificates
COPY templates/ templates/
COPY --from=builder /app/haven-notify . COPY --from=builder /app/haven-notify .
EXPOSE 8080 EXPOSE 8080
ENV WEBHOOK_URL="" ENV WEBHOOK_URL=""