Dockerignore node_modules and dist folders

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-10-19 17:30:19 +02:00
parent 197aa88b6d
commit f0ec41ddc8

View File

@ -1,2 +1,3 @@
.git
node_modules
**/node_modules
dist