plugin-gotify/Dockerfile
2022-01-10 13:33:06 +01:00

4 lines
111 B
Docker

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