* Tweak Docker initialization 1. Set NODE_ENV=production in Docker. 2. When NODE_ENV is production, bind to all interfaces. This seems like a sensible default. 3. Exclude Dockerfile from container to improve layer cacheability when modifying the dockerfile. Ref #3165 * Rm obsolete comment
4 lines
39 B
YAML
4 lines
39 B
YAML
public:
|
|
bind:
|
|
address: '0.0.0.0'
|