Add dockerfile+build
Some checks failed
docker-build

This commit is contained in:
d3vyce
2023-04-02 08:48:50 -04:00
parent 918e8be69f
commit 019512a670
40 changed files with 19 additions and 0 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM nginx
COPY html/ /usr/share/nginx/html