feat: initial commit

This commit is contained in:
Radu C. Martin 2025-04-04 21:36:39 +02:00
commit b40cb1fb5a
21 changed files with 751 additions and 0 deletions

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM nginx:latest
COPY _site /usr/share/nginx/html