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
Copy file name to clipboardExpand all lines: docs/admin/reference/values.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
| developer.localCSPath | string |`"/local_cs_store"`| If set, mount the CS stored localy instead of initializing a default one |
33
33
| developer.mountedNodeModuleToInstall | string |`nil`| Node module to install |
34
34
| developer.mountedPythonModulesToInstall | list |`[]`| List of packages which are mounted into developer.sourcePath and should be installed with pip install SOURCEPATH/... |
35
-
| developer.nodeImage | string |`"node:alpine"`| Image to use for the webapp if nodeModuleToInstall is set |
35
+
| developer.nodeImage | string |`"node:24-alpine"`| Image to use for the webapp if nodeModuleToInstall is set |
36
36
| developer.nodeWorkspacesDirectories | list |`[]`| List of node workspace directories to manage in the diracx-web container (node_modules) |
37
37
| developer.offline | bool |`false`| Make it possible to launch the demo without having an internet connection |
38
38
| developer.sourcePath | string |`"/diracx_source"`| Path from which to mount source of DIRACX |
0 commit comments