feat(Dockerfile): add index.html
This commit is contained in:
parent
ade331b1b2
commit
4832520b73
2 changed files with 10 additions and 1 deletions
|
|
@ -1 +1,5 @@
|
|||
FROM nginx
|
||||
FROM nginx
|
||||
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
|
||||
ADD index.html /usr/share/nginx/html/
|
||||
Loading…
Add table
Add a link
Reference in a new issue