We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62dc31 commit c8ea198Copy full SHA for c8ea198
Dockerfile
@@ -17,10 +17,6 @@ COPY --from=base /usr/share/zoneinfo /usr/share/zoneinfo
17
# Copy the pre-built binary (provided by GoReleaser)
18
COPY gh-notif /usr/local/bin/gh-notif
19
20
-# Copy documentation
21
-COPY README.md /README.md
22
-COPY LICENSE /LICENSE
23
-
24
# Set the entrypoint
25
ENTRYPOINT ["/usr/local/bin/gh-notif"]
26
0 commit comments