Skip to content

Commit 2b3408f

Browse files
author
Simple-Tracker
committed
Bug fix
1 parent 91d23e5 commit 2b3408f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN PROGRAM_VERSION="$(basename ${GITHUB_REF})"; \
1717

1818
RUN . /envfile; echo "Running on ${BUILDOS}/${BUILDARCH}, Building for ${TARGETOS}/${TARGETARCH}, Version: ${PROGRAM_VERSION}"
1919

20-
ADD lang/ *LICENSE* *.md *.go *.sh *.txt *.json go.mod go.sum ./
20+
ADD lang/ *LICENSE* *.md *.go *.sh *.txt *.json *.html go.mod go.sum ./
2121

2222
RUN go mod download
2323
RUN . /envfile; go build -ldflags "-w -X \"main.programVersion=${PROGRAM_VERSION}\"" -o qBittorrent-ClientBlocker

0 commit comments

Comments
 (0)