connectivity-check/Dockerfile

4 lines
87 B
Docker

FROM nginx
COPY nginx.conf /etc/nginx/nginx.conf
COPY index.html /usr/share/nginx/html