We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f2ed2 commit 1463c88Copy full SHA for 1463c88
charts/codefresh/templates/configmaps/runtimeEnvironments.json.tpl
@@ -31,9 +31,8 @@
31
},
32
"image": "{{ include "codefresh.buildImageName" (dict "registry" .Values.global.imageRegistry "imageFullName" .Values.runtimeImages.ENGINE_IMAGE) }}",
33
"command": [
34
- "npm",
35
- "run",
36
- "start"
+ "node",
+ "dist/server/index.js"
37
],
38
"envVars": {
39
{{- if .Values.global.env }}
@@ -111,9 +110,8 @@
111
110
"runtimeScheduler": {
112
113
114
115
116
117
118
119
"CONTAINER_LOGGER_SHOW_PROGRESS": "true",
0 commit comments