base64/Dockerfile

4 lines
66 B
Docker

FROM nginx:latest
WORKDIR /usr/share/nginx/html
ADD index.html ./