Skip to content

Commit 7bb4685

Browse files
committed
fix docs
1 parent 286d68d commit 7bb4685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ This repo is a Next.js app used to generate a static site. The final production
33
## Development (local only)
44
- Install deps: `npm install`
55
- Run dev server: `npm run dev` then open http://localhost:3000
6-
> ⚠️ Te polecenia dotyczą tylko lokalnego developmentu; finalny obraz to tylko statyczne pliki, nie ma tam żadnego node/npn podczas produkcji.
6+
> ⚠️ These steps are purely for local development; the production image ships only static assets and never contains a Node/npm runtime.
77
88
## Build (production image)
99
- `docker build -t www-website .`
1010
- Runtime is static files only; mount/serve with RO filesystem (e.g., `docker run --read-only --tmpfs /tmp --tmpfs /config --tmpfs /data -p 3000:3000 www-website`).
11-
> ⚠️ Finalny kontener musi zawierać wyłącznie katalog `out`/statyczne zasoby i pracować z montowaną przestrzenią tylko do odczytu; nie uruchamiaj tam `npm start` czy podobnych runtime’ów.
11+
> ⚠️ The final container maps only the generated `out` directory and static assets; keep it read-only and do not run any Node/npm scripts there.
1212
1313
## Deployment notes
1414
- Published image: `ghcr.io/devsh-graphics-programming/www-website` (tags: `latest`, `master`, `sha-*`).

0 commit comments

Comments
 (0)