- 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:
10
frontend/.dockeringnore
Normal file
10
frontend/.dockeringnore
Normal file
@@ -0,0 +1,10 @@
|
||||
**/.idea/
|
||||
**/node_modules/
|
||||
**/dist
|
||||
.git
|
||||
npm-debug.log
|
||||
.coverage
|
||||
.coverage.*
|
||||
.env
|
||||
.aws
|
||||
nginx.conf*
|
||||
Reference in New Issue
Block a user