This commit is contained in:
2024-02-21 13:49:01 -06:00
parent c976c1a0b6
commit 56a3fa9b5d
6 changed files with 264 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
from nginx:alpine
copy index.html /usr/share/nginx/html
expose 80