website/Dockerfile
2019-03-02 09:20:04 +01:00

3 lines
62 B
Docker

FROM nginx:alpine
EXPOSE 80
COPY _site/ /usr/share/nginx/html