mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
7 lines
185 B
Docker
7 lines
185 B
Docker
FROM centurylink/ca-certs
|
|
MAINTAINER CenturyLink Labs <ctl-labs-futuretech@centurylink.com>
|
|
LABEL "com.centurylinklabs.watchtower"="true"
|
|
|
|
COPY watchtower /
|
|
|
|
ENTRYPOINT ["/watchtower"]
|