Docker in Dev Mode
- 
					
					
					
 How do we run a docker instance of jsreport in dev mode? It always reads in the prod.config.json 
 
- 
					
					
					
 taking the idea of the docs, just set the NODE_ENV to development(by default is inproduction):something like: docker run -e "NODE_ENV=development" -p 5488:5488 jsreport/jsreport:1.7.0
 
- 
					
					
					
 That worked - thanks! 
 
