chore(webui): ignore target/dependencies in docker copy
This commit is contained in:
parent
30087794ba
commit
162490dadf
1 changed files with 5 additions and 0 deletions
5
webui/.dockerignore
Normal file
5
webui/.dockerignore
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# compiled output
|
||||||
|
/dist
|
||||||
|
|
||||||
|
# dependencies
|
||||||
|
/node_modules
|
Loading…
Reference in a new issue