Initial commit: konn3kt docs

This commit is contained in:
teal
2026-06-21 13:44:14 -05:00
commit f291818b3c
63 changed files with 2068 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM nginx:alpine
# Copy the static documentation files into the Nginx default html directory
COPY . /usr/share/nginx/html
# Expose port 80 inside the container
EXPOSE 80