plugin-gotify/Dockerfile

4 lines
114 B
Docker
Raw Normal View History

2022-01-10 12:33:06 +00:00
FROM alpine:latest
2022-01-10 14:12:04 +00:00
RUN apk add --no-cache curl jq
2022-01-10 12:33:06 +00:00
COPY entrypoint.sh /bin/entrypoint.sh
CMD ["/bin/entrypoint.sh"]