Skip to content

Commit

Permalink
build(webui): correctly ignore dist and node_modules folders
Browse files Browse the repository at this point in the history
  • Loading branch information
bambanah committed Sep 4, 2024
1 parent 537a3a3 commit 7615e47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-forks-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"deemix-webui": patch
---

Reduce size of built docker image
5 changes: 3 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
dist/
**node_modules/
**dist/
gui/

0 comments on commit 7615e47

Please sign in to comment.