WorldBank-Transport / ram-datapipeline

MIT License
3 stars 4 forks source link

Fix docker cmd command #44

Closed danielfdsilva closed 5 years ago

danielfdsilva commented 5 years ago

For some reason docker cmd was not playing along well with --max_old_space_size=8192 throwing this error:

Error: illegal value for flag --max_old_space_size=8192 index.js of type int
Try --help for options
node: bad option: --max_old_space_size=8192 index.js

This should fix the problem