Add Dockerfile and build script
This commit is contained in:
parent
613224d45a
commit
f50e6ca85f
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM nginx:alpine
|
||||
EXPOSE 80
|
||||
COPY _site/ /usr/share/nginx/html
|
||||
|
Loading…
Reference in a new issue