2 lines
68 B
Docker
2 lines
68 B
Docker
|
FROM nginx:latest
|
||
|
COPY ./index.html /usr/share/nginx/html/index.html
|