added container config to serve the documentation
This commit is contained in:
parent
8843b1a9cf
commit
56869d2213
8
.dockerignore
Normal file
8
.dockerignore
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
.direnv
|
||||||
|
.github
|
||||||
|
.pytest_cache
|
||||||
|
.vscode
|
||||||
|
docs
|
||||||
|
hardware
|
||||||
|
nix
|
||||||
|
software
|
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FROM nginx:alpine
|
||||||
|
|
||||||
|
WORKDIR /usr/share/nginx/html
|
||||||
|
|
||||||
|
COPY ./site /usr/share/nginx/html
|
Loading…
Reference in a new issue