3 lines
65 B
Docker
3 lines
65 B
Docker
FROM nginx:1.19
|
|
COPY index.html /usr/share/nginx/html/index.html
|
FROM nginx:1.19
|
|
COPY index.html /usr/share/nginx/html/index.html
|