base64/Dockerfile
2021-03-21 10:53:47 +00:00

4 lines
66 B
Docker

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