fix: dockerignore (#272)

it wasn't properly ignoring the node_modules and thus the produced image was quite big.
This commit is contained in:
Samuel Weibel 2021-12-09 15:08:35 +01:00 committed by GitHub
parent ae8516db9f
commit 8a68ccaffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
.git
.cache
node_modules
app/node_modules