graffen.dk-website/Dockerfile

6 lines
99 B
Docker

FROM nginx:alpine
EXPOSE 80
COPY default.conf /etc/nginx/conf.d
COPY _site/ /usr/share/nginx/html