fix: dockerignore (#272)
it wasn't properly ignoring the node_modules and thus the produced image was quite big.
This commit is contained in:
parent
ae8516db9f
commit
8a68ccaffa
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
.git
|
.git
|
||||||
.cache
|
.cache
|
||||||
node_modules
|
app/node_modules
|
||||||
|
|
Loading…
Reference in a new issue