Skip to content

Commit

Permalink
Update watchtower
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus1Pierce committed Nov 26, 2024
1 parent 5cdd19f commit c1f823a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Watchtower/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ RUN set -ex; \
apk upgrade --no-cache -a; \
apk add --no-cache bash

COPY --from=watchtower /watchtower /watchtower
COPY --from=watchtower /watchtower /watchtower

HEALTHCHECK CMD [ "/watchtower", "--health-check"]

ENTRYPOINT ["/watchtower"]

0 comments on commit c1f823a

Please sign in to comment.