mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-22 20:42:04 +01:00
chore: include license in Docker image
This commit is contained in:
parent
379639c2cf
commit
0fd5ac4d59
@ -2,6 +2,5 @@
|
|||||||
+docs
|
+docs
|
||||||
+go
|
+go
|
||||||
+test
|
+test
|
||||||
+LICENSE
|
|
||||||
+README.md
|
+README.md
|
||||||
+schema.png
|
+schema.png
|
||||||
|
@ -28,7 +28,7 @@ RUN chmod +rx /app/install_acme.sh \
|
|||||||
&& /app/install_acme.sh \
|
&& /app/install_acme.sh \
|
||||||
&& rm -f /app/install_acme.sh
|
&& rm -f /app/install_acme.sh
|
||||||
|
|
||||||
COPY /app/ /app/
|
COPY app LICENSE /app/
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user