Dockerize website

This commit is contained in:
2024-10-06 22:06:17 -04:00
parent 65234a190c
commit d92037f461
33 changed files with 32 additions and 23 deletions

2
Dockerfile Normal file
View File

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