Skip to content

Commit c8ea198

Browse files
committed
refactor: remove documentation copy from Dockerfile
1 parent c62dc31 commit c8ea198

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ COPY --from=base /usr/share/zoneinfo /usr/share/zoneinfo
1717
# Copy the pre-built binary (provided by GoReleaser)
1818
COPY gh-notif /usr/local/bin/gh-notif
1919

20-
# Copy documentation
21-
COPY README.md /README.md
22-
COPY LICENSE /LICENSE
23-
2420
# Set the entrypoint
2521
ENTRYPOINT ["/usr/local/bin/gh-notif"]
2622

0 commit comments

Comments
 (0)