meteor-up
meteor-up copied to clipboard
Setting node options
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