added container config to serve the documentation

This commit is contained in:
Sebastian Wendel 2022-12-17 17:24:37 +01:00
parent 8843b1a9cf
commit 56869d2213
No known key found for this signature in database
GPG Key ID: 1422B7DF78144640
2 changed files with 13 additions and 0 deletions

8
.dockerignore Normal file
View File

@ -0,0 +1,8 @@
.direnv
.github
.pytest_cache
.vscode
docs
hardware
nix
software

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM nginx:alpine
WORKDIR /usr/share/nginx/html
COPY ./site /usr/share/nginx/html