local-nginx-tutorial/eg3/frontend/Dockerfile

3 lines
72 B
Docker

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