base64/Dockerfile

4 lines
86 B
Docker

FROM nginx:latest
WORKDIR /usr/share/nginx/html
ADD index.html style.css script.js ./