- update: Dockerfile layer reordering to speed up build times and lower image space needed
- add: .dockerignore file to reduce file transfers and remove unneeded files in image
This commit is contained in:
13
.dockeringnore
Normal file
13
.dockeringnore
Normal file
@@ -0,0 +1,13 @@
|
||||
**/.idea/
|
||||
**/.venv/
|
||||
**/dist/
|
||||
**/target/
|
||||
**/node_modules/
|
||||
.git/
|
||||
npm-debug.log
|
||||
.coverage
|
||||
.coverage.*
|
||||
.env
|
||||
.env*
|
||||
.aws
|
||||
**/nginx.conf.example
|
||||
Reference in New Issue
Block a user