chore: initial docker container serving static content
This commit is contained in:
commit
5d3bc5bb3e
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
FROM nginx:latest
|
||||||
|
|
||||||
|
COPY ./web /usr/share/nginx/html
|
||||||
|
|
0
web/index.html
Normal file
0
web/index.html
Normal file
Reference in New Issue
Block a user