graffen.dk-website/Dockerfile

6 lines
99 B
Docker
Raw Normal View History

2021-01-28 21:30:56 +00:00
FROM nginx:alpine
EXPOSE 80
COPY default.conf /etc/nginx/conf.d
2021-01-28 21:30:56 +00:00
COPY _site/ /usr/share/nginx/html