.git/ .gitignore .dockerignore Dockerfile docker-compose.yml LICENSE README.md AUTHORS # Root deps aren't shipped — the image uses .next/standalone's traced # node_modules. Root-anchored so the nested standalone node_modules is kept. /node_modules/ # The built .next output is copied in (built on the CI runner, see # build_n_push.yml); only the build cache is excluded — it is not served. .next/cache/