This repository has been archived on 2021-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
my-bloody-hetzner-sb-notifier/Dockerfile

4 lines
164 B
Docker

FROM golang:1.11-stretch
ENV VERSION=1.0
ADD ./builds/hetzner-sb-notifier_linux_amd64_$VERSION /root/hetzner-sb-notifier
ENTRYPOINT ["/root/hetzner-sb-notifier"]