plugin-gotify/Dockerfile
Torjus Håkestad be7aa42d2a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Change output text
2022-01-10 15:12:04 +01:00

4 lines
114 B
Docker

FROM alpine:latest
RUN apk add --no-cache curl jq
COPY entrypoint.sh /bin/entrypoint.sh
CMD ["/bin/entrypoint.sh"]