mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
4 lines
64 B
Docker
4 lines
64 B
Docker
FROM ubuntu:14.04
|
|
|
|
COPY watchtower /
|
|
ENTRYPOINT ["/watchtower"]
|