feat: improve docker layers (#803)

Via lockfile-first copy and better dockerignore
This commit is contained in:
Dominik Pschenitschni
2025-05-20 17:14:40 +02:00
committed by GitHub
parent 7991bee6ac
commit 75db48348a
2 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
# Source-control & editors
.git
.github
.vscode
.idea
*.swp
files/
dist/
logs/
@@ -16,3 +23,7 @@ docker-manifest-unstable.tmpl
/frontend/node_modules/
/frontend/.direnv
/frontend/dist
# OS
.DS_Store
Thumbs.db