Commit Graph

4 Commits

Author SHA1 Message Date
e696e97d83 chore(deps): update node.js to 931d7d5
All checks were successful
Check / Lint and Check (push) Successful in 38s
2026-01-17 01:00:37 +00:00
621c5e46dd chore(deps): update node.js to c921b97
All checks were successful
Check / Lint and Check (push) Successful in 32s
2025-12-20 00:01:09 +00:00
40ee6b8fc7 chore(deps): pin dependencies
All checks were successful
Check / Lint and Check (push) Successful in 37s
2025-12-13 11:28:14 +01:00
df9efce5ce Adds Dockerfile and enables standalone Next.js output
All checks were successful
Check / Lint and Check (push) Successful in 45s
Adds a multi-stage Dockerfile and .dockerignore and updates Next.js config to produce a standalone production build.

Enables reproducible, smaller production images by leveraging Next's standalone/output tracing, creating a non-root runtime user, and copying only required static and server files. Supports yarn, npm, and pnpm lockfile-driven installs, installs minimal Alpine packages for compatibility and healthchecks, and exposes a production port for containerized deployment.
2025-12-09 13:57:33 +01:00