1
0

chore: include license in Docker image

This commit is contained in:
Nicolas Duchon 2022-03-09 14:04:32 +01:00
parent 379639c2cf
commit 0fd5ac4d59
No known key found for this signature in database
GPG Key ID: 91EF7BB1EECB961A
2 changed files with 1 additions and 2 deletions

@ -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