plugin-gotify/Dockerfile

4 lines
111 B
Docker
Raw Normal View History

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