Expand frontend .dockerignore to exclude build artifacts
This commit is contained in:
parent
231552c5e0
commit
aea4b3c008
1 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
node_modules
|
||||
dist
|
||||
.vite
|
||||
coverage
|
||||
.git
|
||||
.env.local
|
||||
.env
|
||||
*.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue