website/Dockerfile

4 lines
62 B
Docker

2019-03-02 19:13:07 +00:00
FROM nginx:alpine
EXPOSE 80
COPY _site/ /usr/share/nginx/html