meteor-up icon indicating copy to clipboard operation
meteor-up copied to clipboard

Setting node options

Open Slind14 opened this issue 5 years ago • 0 comments

Is there any way to set node options. When setting them through the environment variables it runs into an issue with Docker ARGs:

E.g. for nodejs diagnostics:

NODE_OPTIONS: '--report-uncaught-exception --report-on-fatalerror --report-on-signal --report-signal=SIGUSR2 --report-filename=./meteor-app-diagnostic-report.json --report-directory=/tmp'

If done through mup it fails with Error response from daemon: Dockerfile parse error line 13: ARG requires exactly one argument

Slind14 avatar Nov 17 '20 12:11 Slind14