mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-25 06:35:32 +00:00
feat: improve docker layers (#803)
Via lockfile-first copy and better dockerignore
This commit is contained in:
committed by
GitHub
parent
7991bee6ac
commit
75db48348a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user