We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d23e5 commit 2b3408fCopy full SHA for 2b3408f
1 file changed
Dockerfile
@@ -17,7 +17,7 @@ RUN PROGRAM_VERSION="$(basename ${GITHUB_REF})"; \
17
18
RUN . /envfile; echo "Running on ${BUILDOS}/${BUILDARCH}, Building for ${TARGETOS}/${TARGETARCH}, Version: ${PROGRAM_VERSION}"
19
20
-ADD lang/ *LICENSE* *.md *.go *.sh *.txt *.json go.mod go.sum ./
+ADD lang/ *LICENSE* *.md *.go *.sh *.txt *.json *.html go.mod go.sum ./
21
22
RUN go mod download
23
RUN . /envfile; go build -ldflags "-w -X \"main.programVersion=${PROGRAM_VERSION}\"" -o qBittorrent-ClientBlocker
0 commit comments