Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into chore/memory-leak-4
Browse files Browse the repository at this point in the history
  • Loading branch information
8lane committed Oct 9, 2024
2 parents 1a69f07 + 39c8e3b commit 011c141
Show file tree
Hide file tree
Showing 5 changed files with 1,298 additions and 1,858 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ FROM base AS runner
WORKDIR /app

ENV NODE_ENV production
ENV KEEP_ALIVE_TIMEOUT 61000

# Disable telemetry during runtime
ENV NEXT_TELEMETRY_DISABLED 1
Expand Down
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const dns = require('dns')

dns.setDefaultResultOrder('ipv4first')

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
staticPageGenerationTimeout: 1000,
reactStrictMode: true,
logging: {
fetches: {
Expand Down
Loading

0 comments on commit 011c141

Please sign in to comment.