You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# we need to set NODE_PATH to include because the root node_modules will dynamically import modules and we want node to search user-installed modules too (when extending the docker image)
50
50
ENV NODE_PATH=/gateway/node_modules
51
51
52
+
# ensure that node uses the system CA certificates too because of https://nodejs.org/en/blog/release/v24.7.0
0 commit comments