Skip to content
Snippets Groups Projects
Commit 52765c94 authored by Jonas Leder's avatar Jonas Leder
Browse files

load gotify plugin

parent 29c895c3
Branches
No related tags found
No related merge requests found
Pipeline #59266 failed
FROM jonasled.dev/firehouse-smokedetection/plugins/gotify:latest@sha256:dba0085b06836938eaec49b321b5c15023b68d8ce742548a1130a60735b3157e AS plugin-gotify
FROM golang:1.24.1-alpine AS build
RUN apk add --no-cache --update gcc g++
WORKDIR /app
......@@ -11,4 +12,5 @@ ENV GIN_MODE=release \
EXIT_ON_DISCONNECT=true
COPY --from=build /firehouse-smokedetection /firehouse-smokedetection
RUN mkdir /plugins
COPY --from=plugin-gotify /gotify.so /plugins/gotify.so
ENTRYPOINT ["/firehouse-smokedetection"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment