zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.27k stars 281 forks source link

Setting node options #1205

Open Slind14 opened 3 years ago

Slind14 commented 3 years ago

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