Skip to content

Commit d04d4d7

Browse files
committed
Update README.md
1 parent bdbbd57 commit d04d4d7

File tree

1 file changed

+3
-1
lines changed
  • src/BenchmarksApps/TechEmpower/nextjs

1 file changed

+3
-1
lines changed

src/BenchmarksApps/TechEmpower/nextjs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ The app requires a Postgres database based on the [TechEmpower Postgres Docker i
88

99
*NOTE: Currently using Next.js version 13.4.0 rather than latest due to [this issue](https://github.com/vercel/next.js/issues/48173#issuecomment-1584585902)*
1010

11-
The [Dockerfile](./Dockerfile) will build a standalone image (based on node-alpine) for running the app on port 3000.
11+
The app is using a custom server to enable clustering (scaling node instances across CPUs) in production based on the [custom server example here](https://github.com/vercel/next.js/tree/canary/examples/custom-server).
12+
13+
The [Dockerfile](./Dockerfile) will build a standalone image (based on node-alpine) for running the app on port 3000. Note that in docker the host name for the Postgres database is set to `postgres_te`.

0 commit comments

Comments
 (0)