docker: Copy favicon to top directory
This commit is contained in:
parent
ec2c8f6a3c
commit
372479c36b
@ -1,2 +1,3 @@
|
|||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
COPY . /usr/share/nginx/html
|
COPY . /usr/share/nginx/html
|
||||||
|
COPY img/favicon.png /usr/share/nginx/html
|
Loading…
Reference in New Issue
Block a user