Skip to content

Commit

Permalink
feat: Let GLOBAL_AGENT_ENVIRONMENT_VARIABLE_NAMESPACE be configured a…
Browse files Browse the repository at this point in the history
…t runtime
  • Loading branch information
ptbrowne committed Nov 28, 2024
1 parent daf108d commit 32f6098
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,5 @@ ENV PORT=3000
# server.js is created by next build from the standalone output
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
ENV HOSTNAME="0.0.0.0"
ENV GLOBAL_AGENT_ENVIRONMENT_VARIABLE_NAMESPACE=""
ENV NODE_OPTIONS="-r \"global-agent/bootstrap\" --max_old_space_size=2048 --openssl-legacy-provider --unhandled-rejections=warn"
CMD ["node", "server.js"]

0 comments on commit 32f6098

Please sign in to comment.