From: Jérôme Benoit Date: Wed, 4 Nov 2020 07:46:19 +0000 (+0100) Subject: Fix CF template. X-Git-Tag: v1.0.1-0~221 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b3ed85984685280c4af723033d362d44129677a9;p=e-mobility-charging-stations-simulator.git Fix CF template. Signed-off-by: Jérôme Benoit --- diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 9d0a7408..052c276f 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -7,6 +7,6 @@ applications: - https://github.com/cloudfoundry/nodejs-buildpack no-route: true health-check-type: process - command: node src/start.js + command: node dist/start.js env: OPTIMIZE_MEMORY: true