X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=manifest-cf-template.yml;h=1883969c92873cef0a7f4561e8ea98761855bd8e;hb=1cb34ccdfbee11b6a7057b5f4b92be7d7dd3560f;hp=9d0a740897f00443fc818c724d23c37629735259;hpb=d182a67ab98336e0b047620f52097e948b3cf70e;p=e-mobility-charging-stations-simulator.git diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 9d0a7408..1883969c 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -1,5 +1,5 @@ applications: -- name: sap-ev-simulator +- name: charging-stations-simulator memory: 1G disk_quota: 1G instances: 1 @@ -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 -r source-map-support/register dist/start.js env: OPTIMIZE_MEMORY: true