Add deploy scripts and docker file.
This commit is contained in:
parent
63e5147330
commit
1a497608e8
2
Dockerfile
Normal file
2
Dockerfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
FROM nginx
|
||||
COPY _site /usr/share/nginx/html
|
4
build.sh
Normal file
4
build.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
jekyll build
|
||||
docker build -t cr.annabunch.es/annabunches-static .
|
Loading…
Reference in New Issue
Block a user