1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-04-26 03:45:26 +02:00

chore: include license into the Docker images

This commit is contained in:
Nicolas Duchon 2022-03-09 12:05:56 +01:00
parent 6b48e11e5c
commit 4ea3437dfa
No known key found for this signature in database
GPG Key ID: 91EF7BB1EECB961A
3 changed files with 2 additions and 3 deletions

View File

@ -5,6 +5,5 @@ test
.gitignore
*.yml
Dockerfile*
LICENSE
Makefile
README.md

View File

@ -67,7 +67,7 @@ COPY --from=dockergen /usr/local/bin/docker-gen /usr/local/bin/docker-gen
COPY network_internal.conf /etc/nginx/
COPY app nginx.tmpl /app/
COPY app nginx.tmpl LICENSE /app/
WORKDIR /app/
ENTRYPOINT ["/app/docker-entrypoint.sh"]

View File

@ -64,7 +64,7 @@ COPY --from=dockergen /usr/local/bin/docker-gen /usr/local/bin/docker-gen
COPY network_internal.conf /etc/nginx/
COPY app nginx.tmpl /app/
COPY app nginx.tmpl LICENSE /app/
WORKDIR /app/
ENTRYPOINT ["/app/docker-entrypoint.sh"]