File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
docker-gen
4
4
dist
5
5
examples
6
- LICENSE
7
6
Makefile
8
7
README.md
9
8
templates
Original file line number Diff line number Diff line change @@ -22,4 +22,7 @@ RUN apk add --no-cache --virtual .bin-deps openssl
22
22
# Install docker-gen from build stage
23
23
COPY --from=go-builder /build/docker-gen /usr/local/bin/docker-gen
24
24
25
+ # Copy the license
26
+ COPY LICENSE /usr/local/share/doc/docker-gen/
27
+
25
28
ENTRYPOINT ["/usr/local/bin/docker-gen" ]
Original file line number Diff line number Diff line change @@ -25,4 +25,7 @@ RUN apt-get update \
25
25
# Install docker-gen from build stage
26
26
COPY --from=go-builder /build/docker-gen /usr/local/bin/docker-gen
27
27
28
+ # Copy the license
29
+ COPY LICENSE /usr/local/share/doc/docker-gen/
30
+
28
31
ENTRYPOINT ["/usr/local/bin/docker-gen"]
You can’t perform that action at this time.
0 commit comments