docker-nextcloud/Dockerfile
asonix 6380585234
All checks were successful
continuous-integration/drone/tag Build is passing
Update notify_push to 0.6.6
2023-12-16 22:38:30 -06:00

11 lines
269 B
Docker

ARG REPO_ARCH
FROM linuxserver/nextcloud:$REPO_ARCH-NEXTCLOUD_VERSION
ARG TARGET_TRIPLE
ADD https://github.com/nextcloud/notify_push/releases/download/v0.6.6/notify_push-$TARGET_TRIPLE /usr/local/bin/notify_push
RUN chmod +x /usr/local/bin/notify_push
COPY root/ /