* 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
9 lines
94 B
Plaintext
9 lines
94 B
Plaintext
node_modules/
|
|
shields.env
|
|
.git/
|
|
.gitignore
|
|
.vscode/
|
|
|
|
# Improve layer cacheability.
|
|
Dockerfile
|