1
0
Fork 0
forked from data.coop/website
dc-website/Dockerfile

4 lines
62 B
Docker
Raw Normal View History

2019-03-02 08:20:04 +00:00
FROM nginx:alpine
EXPOSE 80
COPY _site/ /usr/share/nginx/html