local-nginx-tutorial/eg1/Dockerfile

2 lines
68 B
Docker
Raw Normal View History

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