From 49d6207407ca95592a6883d10ddf3d38af17d72e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 30 Sep 2022 11:17:39 +0200 Subject: [PATCH] CF manifest template cleanups MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- manifest-cf-template.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 74b5dfb9..f817d29f 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -5,12 +5,10 @@ applications: instances: 1 buildpacks: - https://github.com/cloudfoundry/nodejs-buildpack - # Comment out if you are using the web UI no-route: true health-check-type: process health-check-invocation-timeout: 10 command: node -r source-map-support/register dist/start.cjs - # command: node -r source-map-support/register dist/httpd/ui/start.cjs env: # OPTIMIZE_MEMORY: true NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=768 -- 2.34.1