Skip to content

Commit 1463c88

Browse files
fix: engine command
1 parent 98f2ed2 commit 1463c88

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

charts/codefresh/templates/configmaps/runtimeEnvironments.json.tpl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
},
3232
"image": "{{ include "codefresh.buildImageName" (dict "registry" .Values.global.imageRegistry "imageFullName" .Values.runtimeImages.ENGINE_IMAGE) }}",
3333
"command": [
34-
"npm",
35-
"run",
36-
"start"
34+
"node",
35+
"dist/server/index.js"
3736
],
3837
"envVars": {
3938
{{- if .Values.global.env }}
@@ -111,9 +110,8 @@
111110
"runtimeScheduler": {
112111
"image": "{{ include "codefresh.buildImageName" (dict "registry" .Values.global.imageRegistry "imageFullName" .Values.runtimeImages.ENGINE_IMAGE) }}",
113112
"command": [
114-
"npm",
115-
"run",
116-
"start"
113+
"node",
114+
"dist/server/index.js"
117115
],
118116
"envVars": {
119117
"CONTAINER_LOGGER_SHOW_PROGRESS": "true",

0 commit comments

Comments
 (0)