3 lines
72 B
Docker
Raw Permalink Normal View History

FROM nginx:stable-alpine
WORKDIR /usr/share/nginx/html
COPY index.html .