Skip to content

Commit 4257d1b

Browse files
committed
Document blog runtime tmpfs
1 parent 680ec10 commit 4257d1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ The Graphics Programming Blog - A collection of technical articles, project post
6363
- Build: `npm run build` produces the `build/` directory.
6464
- Final container copies only `build/` plus the Caddy service binary; there is no Node/npm runtime remaining, everything is pre-rendered.
6565
- Run in production with `--read-only` and `tmpfs` (e.g. `/tmp:size=32m`, `/config:size=32m`, `/data:size=32m`) so Caddy can keep its cache/autosave files while leaving the image immutable.
66+
> ⚠️ These warnings mirror the main website: the blog image never contains Node/npm at runtime, and the tmpfs mounts keep minimal metadata writable without compromising the read-only root filesystem.

0 commit comments

Comments
 (0)