1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-15 09:14:13 +02:00
watchtower/dockerfile/amd64/Dockerfile

4 lines
116 B
Docker
Raw Normal View History

FROM centurylink/ca-certs
LABEL "com.centurylinklabs.watchtower"="true"
COPY watchtower /
ENTRYPOINT ["/watchtower"]