base64/Dockerfile

4 lines
86 B
Docker
Raw Normal View History

2020-10-13 16:30:35 +00:00
FROM nginx:latest
WORKDIR /usr/share/nginx/html
ADD index.html style.css script.js ./