♻️ Optimize Dockerfile
All checks were successful
continuous-integration/drone/pr Build is passing

- add all non-essential files to .dockerignore
- improve cachability by layers
- re-order lines to reduce layer generation
This commit is contained in:
Mic Szillat
2024-01-12 18:42:27 +01:00
parent c2552f3c3a
commit f8e78d1cc8
2 changed files with 21 additions and 4 deletions

View File

@ -1,2 +1,11 @@
.browserslistrc
.dockerignore
.drone.yml
.editorconfig
.git
.gitignore
.reuse
Dockerfile
LICENSES
README.md
node_modules