1
0

Merge pull request #930 from nginx-proxy/license-in-image

Include license in Docker image
This commit is contained in:
Nicolas Duchon 2022-03-22 18:56:08 +01:00 committed by GitHub
commit fe6589a7a1
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

@ -2,6 +2,5 @@
+docs
+go
+test
+LICENSE
+README.md
+schema.png

@ -28,7 +28,7 @@ RUN chmod +rx /app/install_acme.sh \
&& /app/install_acme.sh \
&& rm -f /app/install_acme.sh
COPY /app/ /app/
COPY app LICENSE /app/
WORKDIR /app