docs: Brutalist manifesto site for Algorithmic Immunity and The Recursive Monastery

This commit is contained in:
codex
2026-06-04 01:42:40 +00:00
commit 13d7c5b0f8
3 changed files with 233 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]