[PR #1595] [MERGED] fix: add payments dir to docker build #1652

Closed
opened 2026-05-07 01:03:05 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1595
Author: @epifeny
Created: 2/6/2026
Status: Merged
Merged: 2/8/2026
Merged by: @binwiederhier

Base: mainHead: fix/docker-build-include-payments


📝 Commits (1)

  • 49991d5 fix: add payments dir to docker build

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 Dockerfile-build (+1 -0)

📄 Description

Include the payments folder in Dockerfile-build so the Docker build can see the heckel.io/ntfy/v2/payments package.

Error before this change:

cmd/serve.go:21:2: no required module provides package heckel.io/ntfy/v2/payments; to add it:
    go get heckel.io/ntfy/v2/payments
make: *** [Makefile:190: cli-linux-server] Error 1

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/1595 **Author:** [@epifeny](https://github.com/epifeny) **Created:** 2/6/2026 **Status:** ✅ Merged **Merged:** 2/8/2026 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `fix/docker-build-include-payments` --- ### 📝 Commits (1) - [`49991d5`](https://github.com/binwiederhier/ntfy/commit/49991d5aa7bfc9ce1cc9963ce344b4e344b776e0) fix: add payments dir to docker build ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile-build` (+1 -0) </details> ### 📄 Description Include the `payments` folder in `Dockerfile-build` so the Docker build can see the `heckel.io/ntfy/v2/payments` package. Error before this change: ``` cmd/serve.go:21:2: no required module provides package heckel.io/ntfy/v2/payments; to add it: go get heckel.io/ntfy/v2/payments make: *** [Makefile:190: cli-linux-server] Error 1 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:03:05 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1652
No description provided.