mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-22 16:32:48 +01:00
chore: include license in Docker image
This commit is contained in:
parent
379639c2cf
commit
0fd5ac4d59
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user