4 lines
63 B
Docker
4 lines
63 B
Docker
FROM nginx
|
|
|
|
COPY ./index.html /usr/share/nginx/html/index.html
|
FROM nginx
|
|
|
|
COPY ./index.html /usr/share/nginx/html/index.html
|