Skip to content

Commit

Permalink
Add cloudflared
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelleb11 authored and frenck committed Jan 6, 2024
1 parent dcb79f2 commit 7a3afeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uptime-kuma/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ RUN \
/root/.npm \
/root/.npmrc

RUN curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -o /usr/bin/cloudflared \

Check failure on line 51 in uptime-kuma/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Hadolint

DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
&& chmod +x /usr/bin/cloudflared

# Copy root filesystem
COPY rootfs /
Expand Down

0 comments on commit 7a3afeb

Please sign in to comment.