- 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:
2024-12-21 13:10:37 -05:00
parent 0777bd4605
commit 754522b080
10 changed files with 101 additions and 63 deletions

10
frontend/.dockeringnore Normal file
View File

@@ -0,0 +1,10 @@
**/.idea/
**/node_modules/
**/dist
.git
npm-debug.log
.coverage
.coverage.*
.env
.aws
nginx.conf*