local-nginx-tutorial/Dockerfile

2 lines
68 B
Docker

FROM nginx:latest
COPY ./index.html /usr/share/nginx/html/index.html