forked from data.coop/website
Add Dockerfile and build script
This commit is contained in:
parent
ffc9b632f4
commit
de3cf6354f
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM nginx:alpine
|
||||
EXPOSE 80
|
||||
COPY _site/ /usr/share/nginx/html
|
Loading…
Reference in a new issue