CyCoreSystems / docker-meteor

Dockerfile and script for running Meteor on Docker
MIT License
120 stars 73 forks source link

meteor build --debug #53

Closed kaihendry closed 6 years ago

kaihendry commented 6 years ago

Is it possible to do a debug build from a git repo?

Ulexus commented 6 years ago

To be consistent with the docs, I have added the variable NODE_OPTIONS, which will be passed to node on execution. To enable debug, you can set the environment variable accordingly:

NODE_OPTIONS='--debug'

4f786b078b84f23d81d924272f18db3a72702db7