forked from cryptoaarhus.dk/website
Dockerize the website
This commit is contained in:
parent
b69b91aac0
commit
0e2e780c0b
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