So I am trying to get more experience with Azure Container Apps, and I wanted to deploy some fun docker images to it. My friend told me about NTFY andd I thought it was a great little utliity. So I attempted to install it, and it builds but then can't find the folder...
Step 9/13 : LABEL org.opencontainers.image.description="Send push notifications to your phone or desktop using PUT/POST"
---> Running in 3eb2e4f2e9ca
Removing intermediate container 3eb2e4f2e9ca
---> c8484002d809
Step 10/13 : RUN apk add --no-cache tzdata
---> Running in e95b8a5aa30d
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
(1/1) Installing tzdata (2024a-r1)
OK: 9 MiB in 15 packages
Removing intermediate container e95b8a5aa30d
---> f13b61cd962d
Step 11/13 : COPY ntfy /usr/bin
COPY failed: file not found in build context or excluded by .dockerignore: stat ntfy: file does not exist
2024/07/29 19:49:26 Container failed during run: build. No retries remaining.
failed to run step ID: build: exit status 1
Run ID: ds6 failed after 14s. Error: failed during run, err: exit status 1
Any ideas?