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
Mahmoud Rahbar Azad c0539ade72
finalzed build
2018-10-26 12:34:01 +02:00

4 lines
No EOL
146 B
Docker

FROM centurylink/ca-certs
ENV VERSION=1.0
ADD ./build/hetzner-sb-notifier_linux_amd64_1.0 /
ENTRYPOINT ["/hetzner-sb-notifier_linux_amd64_1.0"]