website/Dockerfile
2020-05-29 23:08:04 +02:00

4 lines
62 B
Docker

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