3 lines
49 B
Docker
3 lines
49 B
Docker
FROM nginx
|
|
COPY index.html /usr/share/nginx/html
|
FROM nginx
|
|
COPY index.html /usr/share/nginx/html
|