Skip to content

Commit fe6589a

Browse files
authored
Merge pull request #930 from nginx-proxy/license-in-image
Include license in Docker image
2 parents 379639c + 0fd5ac4 commit fe6589a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
+docs
33
+go
44
+test
5-
+LICENSE
65
+README.md
76
+schema.png

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN chmod +rx /app/install_acme.sh \
2828
&& /app/install_acme.sh \
2929
&& rm -f /app/install_acme.sh
3030

31-
COPY /app/ /app/
31+
COPY app LICENSE /app/
3232

3333
WORKDIR /app
3434

0 commit comments

Comments
 (0)