Archived
- next.config: output 'standalone' for a self-contained server bundle - Dockerfile: multi-stage Next.js build (node:22-alpine) - .gitea/workflows/deploy.yml: build + push to the Gitea registry
11 lines
101 B
Plaintext
11 lines
101 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
npm-debug.log
|
|
.env
|
|
.env.local
|
|
Dockerfile
|
|
.dockerignore
|
|
README.md
|
|
default.nix
|