Skip to content

Commit 81f1bab

Browse files
pass in node_options environment variable (#25541)
Co-authored-by: Peter Bengtsson <[email protected]>
1 parent a050219 commit 81f1bab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.prod.tmpl.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77
- '4000:4000'
88
environment:
99
NODE_ENV: ${NODE_ENV}
10+
NODE_OPTIONS: ${NODE_OPTIONS}
1011
DD_API_KEY: ${DD_API_KEY}
1112
COOKIE_SECRET: ${COOKIE_SECRET}
1213
HYDRO_ENDPOINT: ${HYDRO_ENDPOINT}

0 commit comments

Comments
 (0)