chore: initial docker container serving static content

This commit is contained in:
Johanna Dorothea Reichmann 2021-06-06 19:38:49 +02:00
commit 5d3bc5bb3e
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 4 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM nginx:latest
COPY ./web /usr/share/nginx/html

0
web/index.html Normal file
View File