docker: Use relative path
This commit is contained in:
parent
372479c36b
commit
b68a0ca084
@ -1,3 +1,3 @@
|
||||
FROM nginx:alpine
|
||||
COPY . /usr/share/nginx/html
|
||||
COPY img/favicon.png /usr/share/nginx/html
|
||||
COPY ./img/favicon.png /usr/share/nginx/html
|
Loading…
Reference in New Issue
Block a user