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

4 lines
62 B
Docker
Raw Normal View History

2020-05-29 21:08:04 +00:00
FROM nginx:alpine
EXPOSE 80
COPY _site/ /usr/share/nginx/html