mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-15 09:14:13 +02:00
4 lines
116 B
Docker
4 lines
116 B
Docker
|
FROM centurylink/ca-certs
|
||
|
LABEL "com.centurylinklabs.watchtower"="true"
|
||
|
COPY watchtower /
|
||
|
ENTRYPOINT ["/watchtower"]
|