Skip to content

Commit af19edc

Browse files
author
Paulo Ribeiro
authored
Merge pull request #23 from codacy/fix/include-tool-description-docker
fix: Include tool-description.md in Docker image
2 parents 0280363 + cadb41f commit af19edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN go run main.go -docFolder=../docs
99
FROM alpine:3.11
1010

1111
COPY --from=builder /docs /docs
12+
COPY docs/tool-description.md /docs/
1213
COPY entry.sh /
1314

1415
RUN adduser -u 2004 -D docker && chown -R docker:docker /docs

0 commit comments

Comments
 (0)