Open allan2 opened 1 month ago
This commit makes the placement of binaries consistent on Linux. ntfy currently recommends /usr/local/bin for amd64 Linux but not for arm Linux.
/usr/bin/ntfy
/usr/local/bin/ntfy
/usr/bin
/usr/local/bin
COPY ntfy /usr/local/bin
This PR does not add anything to move binaries or remove them from the old path.
This commit makes the placement of binaries consistent on Linux. ntfy currently recommends /usr/local/bin for amd64 Linux but not for arm Linux.
/usr/bin/ntfy
with/usr/local/bin/ntfy
/usr/bin
with/usr/local/bin
COPY ntfy /usr/local/bin
This PR does not add anything to move binaries or remove them from the old path.